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

/external/bluetooth/glib/gobject/
H A Dgtype.h376 typedef struct _GTypeInstance GTypeInstance; typedef in typeref:struct:_GTypeInstance
397 * GTypeInstance:
442 * @instance: Location of a #GTypeInstance structure.
444 * Checks if @instance is a valid #GTypeInstance structure,
451 #define G_TYPE_CHECK_INSTANCE(instance) (_G_TYPE_CHI ((GTypeInstance*) (instance)))
454 * @instance: Location of a #GTypeInstance structure.
467 * @instance: Location of a #GTypeInstance structure.
479 * @instance: Location of the #GTypeInstance structure.
496 * @instance: Location of the #GTypeInstance structure.
560 * @instance: Location of a valid #GTypeInstance structur
[all...]

Completed in 49 milliseconds