gobject-introspection r231 - in trunk: . giscanner
- From: johan svn gnome org
- To: svn-commits-list gnome org
- Subject: gobject-introspection r231 - in trunk: . giscanner
- Date: Mon, 28 Apr 2008 00:09:08 +0100 (BST)
Author: johan
Date: Sun Apr 27 23:09:07 2008
New Revision: 231
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=231&view=rev
Log:
2008-04-27 Johan Dahlin <johan gnome org>
* giscanner/giscannermodule.c (]): Cast the getter, avoids
a compilation warning.
Modified:
trunk/ChangeLog
trunk/giscanner/giscannermodule.c
Modified: trunk/giscanner/giscannermodule.c
==============================================================================
--- trunk/giscanner/giscannermodule.c (original)
+++ trunk/giscanner/giscannermodule.c Sun Apr 27 23:09:07 2008
@@ -234,7 +234,8 @@
/* 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 }
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]