Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgapplicationimpl-dbus.c112 GActionGroup *exported_actions; member
295 g_action_group_activate_action (impl->exported_actions, name, parameter); in g_application_impl_method_call()
426 impl->exported_actions, error); in g_application_impl_attempt_primary()
590 GActionGroup *exported_actions, in g_application_impl_register() argument
603 impl->exported_actions = exported_actions; in g_application_impl_register()
Dgapplicationimpl.h19 … GActionGroup *exported_actions,