mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
Forgotten commit.
This commit is contained in:
parent
1ba499ea80
commit
c1dee8766e
@ -14,7 +14,7 @@ INCLUDES = \
|
|||||||
-DG_DISABLE_CONST_RETURNS
|
-DG_DISABLE_CONST_RETURNS
|
||||||
|
|
||||||
gobject.def: gobject.symbols
|
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
|
gobjectalias.h: gobject.symbols
|
||||||
$(srcdir)/makegobjectalias.pl < $(srcdir)/gobject.symbols > gobjectalias.h
|
$(srcdir)/makegobjectalias.pl < $(srcdir)/gobject.symbols > gobjectalias.h
|
||||||
|
@ -66,7 +66,7 @@ struct _GTypeModuleClass
|
|||||||
void (*reserved4) (void);
|
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);
|
gboolean g_type_module_use (GTypeModule *module);
|
||||||
void g_type_module_unuse (GTypeModule *module);
|
void g_type_module_unuse (GTypeModule *module);
|
||||||
void g_type_module_set_name (GTypeModule *module,
|
void g_type_module_set_name (GTypeModule *module,
|
||||||
|
Loading…
Reference in New Issue
Block a user