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

/external/bluetooth/glib/gobject/
H A Dgtype.h1224 * G_DEFINE_TYPE:
1237 #define G_DEFINE_TYPE(TN, t_n, T_P) G_DEFINE_TYPE_EXTENDED (TN, t_n, T_P, 0, {}) macro
1246 * Similar to G_DEFINE_TYPE(), but allows to insert custom code into the
1261 * Similar to G_DEFINE_TYPE(), but defines an abstract type.
1293 * G_DEFINE_TYPE(), etc are based.

Completed in 34 milliseconds