g_module_symbol takes a gpointer *, not just a gpointer

2001-12-03  Manish Singh  <yosh@gimp.org>

        * tests/module-test.c: g_module_symbol takes a gpointer *, not just
        a gpointer
This commit is contained in:
Manish Singh
2001-12-03 19:22:50 +00:00
committed by Manish Singh
parent fdfddf0fdf
commit 88b9c7f902
9 changed files with 51 additions and 11 deletions

View File

@@ -1,3 +1,8 @@
2001-12-03 Manish Singh <yosh@gimp.org>
* tests/module-test.c: g_module_symbol takes a gpointer *, not just
a gpointer
2001-11-29 Havoc Pennington <hp@redhat.com>
* glib/gtree.c (g_tree_foreach):