Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgapplication.c3043 GQuark property_quark; in g_application_bind_busy_property() local
3053 property_quark = g_quark_from_string (property); in g_application_bind_busy_property()
3059 … notify_id, property_quark, NULL, g_application_notify_busy_binding, NULL) > 0) in g_application_bind_busy_property()
3071 g_signal_connect_closure_by_id (object, notify_id, property_quark, closure, FALSE); in g_application_bind_busy_property()
3095 GQuark property_quark; in g_application_unbind_busy_property() local
3103 property_quark = g_quark_from_string (property); in g_application_unbind_busy_property()
3106 … notify_id, property_quark, NULL, g_application_notify_busy_binding, NULL); in g_application_unbind_busy_property()