2008-04-27 Johan Dahlin <johan@gnome.org>
+ * giscanner/giscannermodule.c (]): Cast the getter, avoids
+ a compilation warning.
+
* tools/Makefile.am (g_ir_scanner_SOURCES):
g-ir-scanner has no sources.
/* gboolean const_int_set; */
{ "const_int", (getter)symbol_get_const_int, NULL, NULL},
{ "const_string", (getter)symbol_get_const_string, NULL, NULL},
- { "directives", (getter)symbol_get_directives, symbol_set_directives, NULL},
+ { "directives", (getter)symbol_get_directives,
+ (setter)symbol_set_directives, NULL},
{ 0 }
};