Home | History | Annotate | Download | only in tests

Lines Matching refs:info2

99   GAppInfo *info, *info1, *info2, *info3;
104 info2 = create_app_info ("Blah2");
110 g_app_info_set_as_default_for_type (info2, "application/x-test", &error);
116 /* check that both are in the list, info2 before info1 */
118 g_assert (g_strcmp0 (g_app_info_get_id (info), g_app_info_get_id (info2)) == 0);
133 /* check that all are in the list, info2, info1, info3 */
135 g_assert (g_strcmp0 (g_app_info_get_id (info), g_app_info_get_id (info2)) == 0);
153 /* check that both are in the list, info2 before info3 */
155 g_assert (g_strcmp0 (g_app_info_get_id (info), g_app_info_get_id (info2)) == 0);
170 g_app_info_delete (info2);
174 g_object_unref (info2);