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

  /external/bluetooth/glib/gobject/
gobject.h 150 * @class: a valid #GInitiallyUnownedClass
152 * Casts a derived #GInitiallyUnownedClass structure into a
153 * #GInitiallyUnownedClass structure.
155 #define G_INITIALLY_UNOWNED_CLASS(class) (G_TYPE_CHECK_CLASS_CAST ((class), G_TYPE_INITIALLY_UNOWNED, GInitiallyUnownedClass))
165 * @class: a #GInitiallyUnownedClass
167 * Checks whether @class "is a" valid #GInitiallyUnownedClass structure of type
179 #define G_INITIALLY_UNOWNED_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS ((object), G_TYPE_INITIALLY_UNOWNED, GInitiallyUnownedClass))
187 typedef struct _GObjectClass GInitiallyUnownedClass;
373 * GInitiallyUnownedClass:
gobject.c     [all...]

Completed in 28 milliseconds