Searched refs:g_iface (Results 1 - 16 of 16) sorted by relevance

/external/bluetooth/glib/gio/
H A Dgasyncresult.h50 * @g_iface: The parent interface.
58 GTypeInterface g_iface; member in struct:_GAsyncResultIface
H A Dgdesktopappinfo.h81 GTypeInterface g_iface; member in struct:_GDesktopAppInfoLookupIface
H A Dgicon.h48 * @g_iface: The parent interface.
64 GTypeInterface g_iface; member in struct:_GIconIface
H A Dgloadableicon.h49 * @g_iface: The parent interface.
58 GTypeInterface g_iface; member in struct:_GLoadableIconIface
H A Dgseekable.h48 * @g_iface: The parent interface.
59 GTypeInterface g_iface; member in struct:_GSeekableIface
H A Dgdrive.h42 * @g_iface: The parent interface.
70 GTypeInterface g_iface; member in struct:_GDriveIface
H A Dgvolume.h78 * @g_iface: The parent interface.
109 GTypeInterface g_iface; member in struct:_GVolumeIface
H A Dgmount.h44 * @g_iface: The parent interface.
71 GTypeInterface g_iface; member in struct:_GMountIface
H A Dgappinfo.h58 * @g_iface: The parent interface.
88 GTypeInterface g_iface; member in struct:_GAppInfoIface
H A Dgfile.h54 * @g_iface: The parent interface.
140 GTypeInterface g_iface; member in struct:_GFileIface
/external/bluetooth/glib/tests/gobject/
H A Difacecheck.c105 gpointer g_iface)
107 TestIfaceClass *iface = g_iface;
104 check_func(gpointer check_data, gpointer g_iface) argument
/external/webkit/WebCore/platform/graphics/gtk/
H A DDataSourceGStreamer.cpp35 static void webkit_data_src_uri_handler_init(gpointer g_iface,
235 static void webkit_data_src_uri_handler_init(gpointer g_iface, gpointer iface_data) argument
237 GstURIHandlerInterface* iface = (GstURIHandlerInterface *) g_iface;
/external/bluetooth/glib/gobject/
H A Dgtype.h582 * @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
[all...]
H A Dgobject.h392 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,
H A Dgobject.c177 gpointer g_iface);
438 * @g_iface: any interface vtable for the interface, or the default
460 g_object_interface_install_property (gpointer g_iface, argument
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, argument
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 wil
666 g_object_interface_list_properties(gpointer g_iface, guint *n_properties_p) argument
949 object_interface_check_properties(gpointer func_data, gpointer g_iface) argument
[all...]
H A Dgtype.c2868 * @g_iface: A #GTypeInterface structure.
2871 * of the instance type to which @g_iface belongs. This is useful when
2876 * type of the instance type to which @g_iface belongs, or
2880 g_type_interface_peek_parent (gpointer g_iface) argument
2885 GTypeInterface *iface_class = g_iface;
2887 g_return_val_if_fail (g_iface != NULL, NULL);
2906 g_warning (G_STRLOC ": invalid interface pointer `%p'", g_iface);
3001 * @g_iface: the default vtable structure for a interface, as
3005 * interface default vtable @g_iface. If the type is dynamic, then
3014 g_type_default_interface_unref (gpointer g_iface) argument
[all...]

Completed in 141 milliseconds