Lines Matching refs:g_simple_action_new

279   g_ptr_array_add (array, g_simple_action_new ("1", NULL));  in test_store_splice_replace_middle()
280 g_ptr_array_add (array, g_simple_action_new ("2", NULL)); in test_store_splice_replace_middle()
281 g_ptr_array_add (array, g_simple_action_new ("3", NULL)); in test_store_splice_replace_middle()
282 g_ptr_array_add (array, g_simple_action_new ("4", NULL)); in test_store_splice_replace_middle()
283 g_ptr_array_add (array, g_simple_action_new ("5", NULL)); in test_store_splice_replace_middle()
335 g_ptr_array_add (array, g_simple_action_new ("1", NULL)); in test_store_splice_replace_all()
336 g_ptr_array_add (array, g_simple_action_new ("2", NULL)); in test_store_splice_replace_all()
337 g_ptr_array_add (array, g_simple_action_new ("3", NULL)); in test_store_splice_replace_all()
338 g_ptr_array_add (array, g_simple_action_new ("4", NULL)); in test_store_splice_replace_all()
382 item = G_ACTION (g_simple_action_new ("1", NULL)); in test_store_splice_noop()
435 g_ptr_array_add (array, g_simple_action_new ("1", NULL)); in test_store_splice_remove_multiple()
436 g_ptr_array_add (array, g_simple_action_new ("2", NULL)); in test_store_splice_remove_multiple()
437 g_ptr_array_add (array, g_simple_action_new ("3", NULL)); in test_store_splice_remove_multiple()
438 g_ptr_array_add (array, g_simple_action_new ("4", NULL)); in test_store_splice_remove_multiple()
439 g_ptr_array_add (array, g_simple_action_new ("5", NULL)); in test_store_splice_remove_multiple()
440 g_ptr_array_add (array, g_simple_action_new ("6", NULL)); in test_store_splice_remove_multiple()
441 g_ptr_array_add (array, g_simple_action_new ("7", NULL)); in test_store_splice_remove_multiple()
442 g_ptr_array_add (array, g_simple_action_new ("8", NULL)); in test_store_splice_remove_multiple()
443 g_ptr_array_add (array, g_simple_action_new ("9", NULL)); in test_store_splice_remove_multiple()
444 g_ptr_array_add (array, g_simple_action_new ("10", NULL)); in test_store_splice_remove_multiple()
488 g_ptr_array_add (array, g_simple_action_new ("1", NULL)); in test_store_splice_add_multiple()
489 g_ptr_array_add (array, g_simple_action_new ("2", NULL)); in test_store_splice_add_multiple()
490 g_ptr_array_add (array, g_simple_action_new ("3", NULL)); in test_store_splice_add_multiple()
491 g_ptr_array_add (array, g_simple_action_new ("4", NULL)); in test_store_splice_add_multiple()
492 g_ptr_array_add (array, g_simple_action_new ("5", NULL)); in test_store_splice_add_multiple()
493 g_ptr_array_add (array, g_simple_action_new ("6", NULL)); in test_store_splice_add_multiple()
540 item = g_simple_action_new ("42", NULL); in test_store_remove_all()
591 g_ptr_array_add (array, g_simple_action_new ("2", NULL)); in test_store_sort()
592 g_ptr_array_add (array, g_simple_action_new ("3", NULL)); in test_store_sort()
593 g_ptr_array_add (array, g_simple_action_new ("9", NULL)); in test_store_sort()
594 g_ptr_array_add (array, g_simple_action_new ("4", NULL)); in test_store_sort()
595 g_ptr_array_add (array, g_simple_action_new ("5", NULL)); in test_store_sort()
596 g_ptr_array_add (array, g_simple_action_new ("8", NULL)); in test_store_sort()
597 g_ptr_array_add (array, g_simple_action_new ("6", NULL)); in test_store_sort()
598 g_ptr_array_add (array, g_simple_action_new ("7", NULL)); in test_store_sort()
599 g_ptr_array_add (array, g_simple_action_new ("1", NULL)); in test_store_sort()
631 item1 = g_simple_action_new ("1", NULL); in test_store_get_item_cache()
633 item2 = g_simple_action_new ("2", NULL); in test_store_get_item_cache()
728 item = g_simple_action_new ("2", NULL); in test_store_signal_items_changed()
735 item = g_simple_action_new ("1", NULL); in test_store_signal_items_changed()
749 item = g_simple_action_new ("3", NULL); in test_store_signal_items_changed()
764 item = g_simple_action_new ("4", NULL); in test_store_signal_items_changed()
794 item = g_simple_action_new ("2", NULL); in test_store_past_end()
830 items[i] = g_simple_action_new (item_strs[i], NULL); in test_store_find()
850 other_item = g_simple_action_new ("111", NULL); in test_store_find()
860 other_item = g_simple_action_new ("XXX", NULL); in test_store_find()