Searched defs:g_iface (Results 1 - 14 of 14) sorted by relevance
/external/bluetooth/glib/gio/ |
H A D | gasyncresult.h | 50 * @g_iface: The parent interface. 58 GTypeInterface g_iface; member in struct:_GAsyncResultIface
|
H A D | gicon.h | 48 * @g_iface: The parent interface. 64 GTypeInterface g_iface; member in struct:_GIconIface
|
H A D | gloadableicon.h | 49 * @g_iface: The parent interface. 58 GTypeInterface g_iface; member in struct:_GLoadableIconIface
|
H A D | gseekable.h | 48 * @g_iface: The parent interface. 59 GTypeInterface g_iface; member in struct:_GSeekableIface
|
H A D | gdesktopappinfo.h | 81 GTypeInterface g_iface; member in struct:_GDesktopAppInfoLookupIface
|
H A D | gdrive.h | 42 * @g_iface: The parent interface. 70 GTypeInterface g_iface; member in struct:_GDriveIface
|
H A D | gmount.h | 44 * @g_iface: The parent interface. 71 GTypeInterface g_iface; member in struct:_GMountIface
|
H A D | gvolume.h | 78 * @g_iface: The parent interface. 109 GTypeInterface g_iface; member in struct:_GVolumeIface
|
H A D | gappinfo.h | 58 * @g_iface: The parent interface. 88 GTypeInterface g_iface; member in struct:_GAppInfoIface
|
H A D | gfile.h | 54 * @g_iface: The parent interface. 140 GTypeInterface g_iface; member in struct:_GFileIface
|
/external/bluetooth/glib/tests/gobject/ |
H A D | ifacecheck.c | 105 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 D | DataSourceGStreamer.cpp | 35 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 D | 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, 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 D | gtype.c | 2868 * @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 104 milliseconds