mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Include gtypes.h not gobject/gtype.h
Sat Nov 17 14:10:35 2001 Owen Taylor <otaylor@redhat.com> * glib/gbsearcharray.h: Include gtypes.h not gobject/gtype.h * glib/glib-object.h gobject/*.h: Prevent headers from being included directly except when compiling GObject. * gobject/gvaluecollector.h: Include glib-object.h so that this file can be included directly, since we don't include it _from_ glib-object.h. * gobject/gtype.c: Remove struct _GValue hack since we now include glib/gvaluecollector.h which simply pulls in glib-object.h.
This commit is contained in:
@@ -137,10 +137,6 @@ static IFaceHolder* type_iface_peek_holder_L (TypeNode *iface,
|
||||
|
||||
|
||||
/* --- structures --- */
|
||||
struct _GValue /* kludge, keep in sync with gvalue.h */
|
||||
{
|
||||
GType g_type;
|
||||
};
|
||||
struct _TypeNode
|
||||
{
|
||||
GTypePlugin *plugin;
|
||||
|
Reference in New Issue
Block a user