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

/external/bluetooth/glib/gobject/
H A Dgtype.h684 * have to be altered. See GClassInitFunc() for a discussion of the class
696 * See GClassInitFunc() for a discussion of the class intialization process.
700 * GClassInitFunc:
722 * 4 - Invocation of the class' GClassInitFunc() initializer.
730 * GClassInitFunc() should only care about initializing static
786 * its dynamic members (dynamic_string), and finally calling its GClassInitFunc()
796 * and finally the GClassInitFunc() of TypeBClass, type_b_class_init(),
803 typedef void (*GClassInitFunc) (gpointer g_class, typedef
960 GClassInitFunc class_init;
1192 GClassInitFunc class_ini
[all...]

Completed in 204 milliseconds