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

  /external/bluetooth/glib/gio/
gasyncresult.h 50 * @g_iface: The parent interface.
58 GTypeInterface g_iface; member in struct:_GAsyncResultIface
gdesktopappinfo.h 81 GTypeInterface g_iface; member in struct:_GDesktopAppInfoLookupIface
gicon.h 48 * @g_iface: The parent interface.
64 GTypeInterface g_iface; member in struct:_GIconIface
gloadableicon.h 49 * @g_iface: The parent interface.
58 GTypeInterface g_iface; member in struct:_GLoadableIconIface
gseekable.h 48 * @g_iface: The parent interface.
59 GTypeInterface g_iface; member in struct:_GSeekableIface
gdrive.h 42 * @g_iface: The parent interface.
70 GTypeInterface g_iface; member in struct:_GDriveIface
gvolume.h 78 * @g_iface: The parent interface.
109 GTypeInterface g_iface; member in struct:_GVolumeIface
gmount.h 44 * @g_iface: The parent interface.
71 GTypeInterface g_iface; member in struct:_GMountIface
gappinfo.h 58 * @g_iface: The parent interface.
88 GTypeInterface g_iface; member in struct:_GAppInfoIface
gfile.h 54 * @g_iface: The parent interface.
140 GTypeInterface g_iface; member in struct:_GFileIface
    [all...]
  /external/bluetooth/glib/tests/gobject/
ifacecheck.c 105 gpointer g_iface)
107 TestIfaceClass *iface = g_iface;
  /external/bluetooth/glib/gobject/
gtype.h 582 * @g_iface: Location of a valid #GTypeInterface structure.
590 #define G_TYPE_FROM_INTERFACE(g_iface) (((GTypeInterface*) (g_iface))->g_type)
651 gpointer g_type_interface_peek_parent (gpointer g_iface);
655 void g_type_default_interface_unref (gpointer g_iface);
837 * @g_iface: The interface structure to initialize.
844 typedef void (*GInterfaceInitFunc) (gpointer g_iface,
848 * @g_iface: The interface structure to finalize.
855 typedef void (*GInterfaceFinalizeFunc) (gpointer g_iface,
880 * @g_iface: the interface that has been initialize
    [all...]
gobject.h 392 void g_object_interface_install_property (gpointer g_iface,
394 GParamSpec* g_object_interface_find_property (gpointer g_iface,
396 GParamSpec**g_object_interface_list_properties (gpointer g_iface,
gobject.c 177 gpointer g_iface);
438 * @g_iface: any interface vtable for the interface, or the default
460 g_object_interface_install_property (gpointer g_iface,
463 GTypeInterface *iface_class = g_iface;
511 * @g_iface: any interface vtable for the interface, or the default
516 * interface. Generally, the interface vtable passed in as @g_iface
527 g_object_interface_find_property (gpointer g_iface,
530 GTypeInterface *iface_class = g_iface;
649 * @g_iface: any interface vtable for the interface, or the default
654 * vtable passed in as @g_iface will be the default vtable fro
    [all...]
gtype.c     [all...]

Completed in 433 milliseconds