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

  /external/bluetooth/glib/gobject/
gtype.h 378 typedef struct _GTypeFundamentalInfo GTypeFundamentalInfo;
    [all...]
genums.c 105 static const GTypeFundamentalInfo finfo = {
testgobject.c 379 GTypeFundamentalInfo finfo = { 0, };
gboxed.c 129 const GTypeFundamentalInfo finfo = { G_TYPE_FLAG_DERIVABLE, };
gtype.c 63 * structure and a #GTypeFundamentalInfo structure but it is seldom used
150 #define SIZEOF_FUNDAMENTAL_INFO ((gssize) MAX (MAX (sizeof (GTypeFundamentalInfo), \
179 static inline GTypeFundamentalInfo* type_node_fundamental_info_I (TypeNode *node);
473 static inline GTypeFundamentalInfo*
489 GTypeFundamentalInfo *finfo;
673 GTypeFundamentalInfo* finfo;
787 GTypeFundamentalInfo *finfo = type_node_fundamental_info_I (lookup_type_node_I (ftype));
    [all...]
gvaluetypes.c 381 const GTypeFundamentalInfo finfo = { G_TYPE_FLAG_DERIVABLE, };
gparam.c 92 static const GTypeFundamentalInfo finfo = {
    [all...]
gobject.c 229 static const GTypeFundamentalInfo finfo = {
    [all...]

Completed in 141 milliseconds