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

  /external/bluetooth/glib/gobject/
gtype.h 376 typedef struct _GTypeInstance 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 structure
    [all...]
gparam.h 190 * @g_type_instance: private #GTypeInstance portion
201 GTypeInstance g_type_instance;
gobject.h 64 * Checks whether a valid #GTypeInstance pointer is of type %G_TYPE_OBJECT.
160 * Checks whether a valid #GTypeInstance pointer is of type %G_TYPE_INITIALLY_UNOWNED.
244 GTypeInstance g_type_instance;
gtype.c 847 if (info->instance_size < sizeof (GTypeInstance))
849 g_warning ("specified instance size for type `%s' is smaller than `GTypeInstance' size",
    [all...]
gparam.c 187 g_type_free_instance ((GTypeInstance*) pspec);
    [all...]
gobject.c     [all...]
gsignal.c     [all...]
  /external/bluetooth/glib/gio/
gicon.c 191 g_string_append (s, g_type_name_from_instance ((GTypeInstance *)icon));
gfileattribute.c 440 ((GTypeInstance *) attr->u.obj),
    [all...]

Completed in 489 milliseconds