HomeSort by relevance Sort by last modified time
    Searched refs:GInitiallyUnowned (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/gobject/
gobject.h 136 * 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;
366 * GInitiallyUnowned:
368 * All the fields in the <structname>GInitiallyUnowned</structname> structure
    [all...]
gobject.c 56 * #GInitiallyUnowned is derived from #GObject. The only difference between
57 * the two is that the initial reference of a #GInitiallyUnowned is flagged
    [all...]

Completed in 25 milliseconds