Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgsimpleaction.c396 G_SIGNAL_RUN_LAST | G_SIGNAL_MUST_COLLECT, in g_simple_action_class_init()
446 G_SIGNAL_RUN_LAST | G_SIGNAL_MUST_COLLECT, in g_simple_action_class_init()
Dgactiongroup.c330 G_SIGNAL_MUST_COLLECT, in g_action_group_default_init()
Dgdbusproxy.c567 G_SIGNAL_RUN_LAST | G_SIGNAL_MUST_COLLECT, in g_dbus_proxy_class_init()
593 G_SIGNAL_RUN_LAST | G_SIGNAL_MUST_COLLECT, in g_dbus_proxy_class_init()
/third_party/glib/gobject/
Dgsignal.h139 G_SIGNAL_MUST_COLLECT = 1 << 7, enumerator
Dgsignal.c828 (node->flags & (G_SIGNAL_MUST_COLLECT)) == 0 && in node_update_single_va_closure()
/third_party/glib/gobject/tests/
Dsignals.c391 G_SIGNAL_RUN_LAST | G_SIGNAL_MUST_COLLECT, in test_class_init()
400 G_SIGNAL_RUN_LAST | G_SIGNAL_MUST_COLLECT, in test_class_init()
/third_party/glib/
DNEWS8322 using the G_SIGNAL_MUST_COLLECT flag.