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

  /external/bluetooth/glib/gio/
gasyncresult.h 58 GTypeInterface g_iface;
gdesktopappinfo.h 81 GTypeInterface g_iface;
gicon.h 64 GTypeInterface g_iface;
gloadableicon.h 58 GTypeInterface g_iface;
gseekable.h 59 GTypeInterface g_iface;
gdrive.h 70 GTypeInterface g_iface;
gvolume.h 109 GTypeInterface g_iface;
gmount.h 71 GTypeInterface g_iface;
gappinfo.h 88 GTypeInterface g_iface;
gfile.h 140 GTypeInterface g_iface;
    [all...]
  /external/bluetooth/glib/tests/gobject/
defaultiface.c 47 GTypeInterface base_iface;
95 GTypeInterface base_iface;
ifaceinit.c 52 GTypeInterface base_iface;
155 g_assert (G_TYPE_IS_INTERFACE (((GTypeInterface*) iface)->g_type)); \
157 g_assert (((GTypeInterface*) iface)->g_instance_type == 0); \
159 g_assert (G_TYPE_IS_OBJECT (((GTypeInterface*) iface)->g_instance_type)); \
ifacecheck.c 43 GTypeInterface base_iface;
ifaceinherit.c 98 GTypeInterface base_iface;
ifaceproperties.c 108 GTypeInterface base_iface;
override.c 56 GTypeInterface base_iface;
  /external/bluetooth/glib/gobject/
gtypeplugin.h 109 GTypeInterface base_iface;
gtype.h 375 typedef struct _GTypeInterface GTypeInterface;
407 * GTypeInterface:
582 * @g_iface: Location of a valid #GTypeInterface structure.
590 #define G_TYPE_FROM_INTERFACE(g_iface) (((GTypeInterface*) (g_iface))->g_type)
    [all...]
testgobject.c 35 GTypeInterface base_iface;
gobject.c 463 GTypeInterface *iface_class = g_iface;
530 GTypeInterface *iface_class = g_iface;
669 GTypeInterface *iface_class = g_iface;
952 GTypeInterface *iface_class = g_iface;
    [all...]
gtype.c 279 GTypeInterface *vtable;
820 if (is_interface && info->class_size < sizeof (GTypeInterface))
822 g_warning ("specified interface size for type `%s' is smaller than `GTypeInterface' size",
    [all...]
  /external/bluetooth/glib/gobject/tests/
threadtests.c 76 typedef GTypeInterface MyFace0Interface;
79 typedef GTypeInterface MyFace1Interface;
82 typedef GTypeInterface MyFace2Interface;

Completed in 161 milliseconds