mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-23 17:38:54 +02:00
Bug 548800 – Missing a g_object_get_type function
2008-08-21 Johan Dahlin <johan@gnome.org> Bug 548800 – Missing a g_object_get_type function * gobject.c (g_object_get_type): * gobject.h: * gobject.symbols: Add g_object_get_type svn path=/trunk/; revision=7377
This commit is contained in:
committed by
Johan Dahlin
parent
eb6ae44256
commit
306db46123
@@ -1022,6 +1022,12 @@ object_interface_check_properties (gpointer func_data,
|
||||
g_free (pspecs);
|
||||
}
|
||||
|
||||
GType
|
||||
g_object_get_type (void)
|
||||
{
|
||||
return G_TYPE_OBJECT;
|
||||
}
|
||||
|
||||
/**
|
||||
* g_object_new:
|
||||
* @object_type: the type id of the #GObject subtype to instantiate
|
||||
|
Reference in New Issue
Block a user