Home
last modified time | relevance | path

Searched refs:dup_object (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/gio/
Dgdbusinterface.c104 if (G_LIKELY (G_DBUS_INTERFACE_GET_IFACE (interface_)->dup_object != NULL)) in g_dbus_interface_dup_object()
106 ret = G_DBUS_INTERFACE_GET_IFACE (interface_)->dup_object (interface_); in g_dbus_interface_dup_object()
Dgdbusinterface.h64 GDBusObject *(*dup_object) (GDBusInterface *interface_); member
Dgdbusinterfaceskeleton.c453 iface->dup_object = g_dbus_interface_skeleton_dup_object; in dbus_interface_interface_init()
Dgdbusproxy.c3177 dbus_interface_iface->dup_object = _g_dbus_proxy_dup_object; in dbus_interface_iface_init()