Searched defs:GInitiallyUnowned (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/gobject/
H A Dgobject.h136 * The type for #GInitiallyUnowned.
143 * Casts a #GInitiallyUnowned or derived pointer into a (GInitiallyUnowned*)
147 #define G_INITIALLY_UNOWNED(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), G_TYPE_INITIALLY_UNOWNED, GInitiallyUnowned))
173 * @object: a #GInitiallyUnowned instance.
175 * Get the class structure associated to a #GInitiallyUnowned instance.
180 /* GInitiallyUnowned ia a GObject with initially floating reference count */
186 typedef struct _GObject GInitiallyUnowned; typedef in typeref:struct:_GObject
366 * GInitiallyUnowned:
368 * All the fields in the <structname>GInitiallyUnowned</structnam
[all...]

Completed in 62 milliseconds