From: Matthias Clasen Date: Tue, 23 Nov 2004 19:40:13 +0000 (+0000) Subject: Forgotten commit. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=c1dee8766eac87160dff3b879435fa6d9ce92935;p=dana%2Fcg-glib.git Forgotten commit. --- diff --git a/gobject/Makefile.am b/gobject/Makefile.am index 1318b9c1..13d3a38d 100644 --- a/gobject/Makefile.am +++ b/gobject/Makefile.am @@ -14,7 +14,7 @@ INCLUDES = \ -DG_DISABLE_CONST_RETURNS gobject.def: gobject.symbols - (echo -e EXPORTS; cpp -P -DINCLUDE_VARIABLES -DINCLUDE_INTERNAL_SYMBOLS -DG_OS_WIN32 $(srcdir)/gobject.symbols | sed -e '/^$$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//' | sort) > gobject.def + (echo -e EXPORTS; cpp -P -DINCLUDE_VARIABLES -DINCLUDE_INTERNAL_SYMBOLS -DG_OS_WIN32 $(srcdir)/gobject.symbols | sed -e '/^$$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g' | sort) > gobject.def gobjectalias.h: gobject.symbols $(srcdir)/makegobjectalias.pl < $(srcdir)/gobject.symbols > gobjectalias.h diff --git a/gobject/gtypemodule.h b/gobject/gtypemodule.h index ad2c6421..7809c959 100644 --- a/gobject/gtypemodule.h +++ b/gobject/gtypemodule.h @@ -66,7 +66,7 @@ struct _GTypeModuleClass void (*reserved4) (void); }; -GType g_type_module_get_type (void); +GType g_type_module_get_type (void) G_GNUC_CONST; gboolean g_type_module_use (GTypeModule *module); void g_type_module_unuse (GTypeModule *module); void g_type_module_set_name (GTypeModule *module,