Searched refs:g_action_get_name (Results 1 – 7 of 7) sorted by relevance
/third_party/glib/gio/tests/ |
D | glistmodel.c | 290 g_assert_cmpstr (g_action_get_name (item), ==, "1"); in test_store_splice_replace_middle() 293 g_assert_cmpstr (g_action_get_name (item), ==, "2"); in test_store_splice_replace_middle() 296 g_assert_cmpstr (g_action_get_name (item), ==, "3"); in test_store_splice_replace_middle() 304 g_assert_cmpstr (g_action_get_name (item), ==, "1"); in test_store_splice_replace_middle() 307 g_assert_cmpstr (g_action_get_name (item), ==, "4"); in test_store_splice_replace_middle() 310 g_assert_cmpstr (g_action_get_name (item), ==, "5"); in test_store_splice_replace_middle() 313 g_assert_cmpstr (g_action_get_name (item), ==, "3"); in test_store_splice_replace_middle() 345 g_assert_cmpstr (g_action_get_name (item), ==, "1"); in test_store_splice_replace_all() 348 g_assert_cmpstr (g_action_get_name (item), ==, "2"); in test_store_splice_replace_all() 356 g_assert_cmpstr (g_action_get_name (item), ==, "3"); in test_store_splice_replace_all() [all …]
|
D | gapplication-example-actions.c | 21 g_print ("action %s activated\n", g_action_get_name (action)); in activate_action() 34 g_print ("action %s activated\n", g_action_get_name (G_ACTION (action))); in activate_toggle_action()
|
D | actions.c | 245 g_assert_cmpstr (g_action_get_name (action), ==, "foo"); in test_simple_group() 553 count_activation (g_action_get_name (G_ACTION (action))); in activate_action() 561 count_activation (g_action_get_name (G_ACTION (action))); in activate_toggle() 574 count_activation (g_action_get_name (G_ACTION (action))); in activate_radio()
|
/third_party/glib/gio/ |
D | gsimpleactiongroup.c | 147 g_action_get_name (action), in action_enabled_notify() 160 g_action_get_name (action), in action_state_notify() 193 action_name = g_action_get_name (action); in g_simple_action_group_add_action()
|
D | gaction.h | 63 const gchar * g_action_get_name (GAction *action…
|
D | gaction.c | 251 g_action_get_name (GAction *action) in g_action_get_name() function
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 3427 g_action_get_name
|