Home
last modified time | relevance | path

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

/dports/net/liferea/liferea-1.12.7/src/ui/
H A Dui_common.h111 void ui_common_add_action_group_to_map (GActionGroup *group, GActionMap *map);
H A Dliferea_shell.c1118 ui_common_add_action_group_to_map (shell->priv->generalActions, G_ACTION_MAP (app)); in liferea_shell_create()
1122 ui_common_add_action_group_to_map (shell->priv->addActions, G_ACTION_MAP (app)); in liferea_shell_create()
1126 ui_common_add_action_group_to_map (shell->priv->feedActions, G_ACTION_MAP (app)); in liferea_shell_create()
1130 ui_common_add_action_group_to_map (shell->priv->itemActions, G_ACTION_MAP (app)); in liferea_shell_create()
1134 ui_common_add_action_group_to_map (shell->priv->readWriteActions, G_ACTION_MAP (app)); in liferea_shell_create()
H A Dui_common.c237 ui_common_add_action_group_to_map (GActionGroup *group, GActionMap *map) in ui_common_add_action_group_to_map() function