Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgapplicationimpl-dbus.c72 static GDBusInterfaceInfo *org_gtk_Application; variable
377 if (org_gtk_Application == NULL) in g_application_impl_attempt_primary()
385 org_gtk_Application = g_dbus_node_info_lookup_interface (info, "org.gtk.Application"); in g_application_impl_attempt_primary()
386 g_assert (org_gtk_Application != NULL); in g_application_impl_attempt_primary()
387 g_dbus_interface_info_ref (org_gtk_Application); in g_application_impl_attempt_primary()
414org_gtk_Application, &vtable, impl, NULL, error); in g_application_impl_attempt_primary()