Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgmenu.h71 const gchar *detailed_action);
75 const gchar *detailed_action);
79 const gchar *detailed_action);
114 const gchar *detailed_action);
174 const gchar *detailed_action);
Dgmenu.c269 const gchar *detailed_action) in g_menu_insert() argument
273 menu_item = g_menu_item_new (label, detailed_action); in g_menu_insert()
293 const gchar *detailed_action) in g_menu_prepend() argument
295 g_menu_insert (menu, 0, label, detailed_action); in g_menu_prepend()
313 const gchar *detailed_action) in g_menu_append() argument
315 g_menu_insert (menu, -1, label, detailed_action); in g_menu_append()
1098 const gchar *detailed_action) in g_menu_item_set_detailed_action() argument
1104 if (!g_action_parse_detailed_name (detailed_action, &name, &target, &error)) in g_menu_item_set_detailed_action()
1133 const gchar *detailed_action) in g_menu_item_new() argument
1142 if (detailed_action != NULL) in g_menu_item_new()
[all …]
Dgnotification.h65 … const gchar *detailed_action);
82 … const gchar *detailed_action);
Dgnotification.c364 const gchar *detailed_action) in g_notification_add_button() argument
370 g_return_if_fail (detailed_action != NULL); in g_notification_add_button()
372 if (!g_action_parse_detailed_name (detailed_action, &action, &target, &error)) in g_notification_add_button()
595 const gchar *detailed_action) in g_notification_set_default_action() argument
601 if (!g_action_parse_detailed_name (detailed_action, &action, &target, &error)) in g_notification_set_default_action()