Home
last modified time | relevance | path

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

/dports/devel/glib20/glib-2.70.4/gio/
H A Dgapplication.c3062 GQuark property_quark; in g_application_bind_busy_property() local
3072 property_quark = g_quark_from_string (property); in g_application_bind_busy_property()
3078 … notify_id, property_quark, NULL, g_application_notify_busy_binding, NULL) > 0) in g_application_bind_busy_property()
3090 g_signal_connect_closure_by_id (object, notify_id, property_quark, closure, FALSE); in g_application_bind_busy_property()
3114 GQuark property_quark; in g_application_unbind_busy_property() local
3122 property_quark = g_quark_from_string (property); in g_application_unbind_busy_property()
3125 … notify_id, property_quark, NULL, g_application_notify_busy_binding, NULL); in g_application_unbind_busy_property()