Home
last modified time | relevance | path

Searched refs:g_key_file_has_key (Results 1 – 7 of 7) sorted by relevance

/third_party/glib/glib/tests/
Dkeyfile.c513 g_assert (g_key_file_has_key (keyfile, "group1", "key1", &error)); in test_listing()
515 g_assert (g_key_file_has_key (keyfile, "group2", "key3", &error)); in test_listing()
517 g_assert (!g_key_file_has_key (keyfile, "group2", "no-such-key", NULL)); in test_listing()
519 g_key_file_has_key (keyfile, "no-such-group", "key", &error); in test_listing()
1591 g_assert (g_key_file_has_key (file, "group", "a", NULL)); in test_ref()
1796 g_assert_true (g_key_file_has_key (kf, "Group", "Key", &error)); in test_free_when_not_last_ref()
1804 g_assert_false (g_key_file_has_key (kf, "Group", "Key", &error)); in test_free_when_not_last_ref()
1812 g_assert_true (g_key_file_has_key (kf, "Group", "Key", &error)); in test_free_when_not_last_ref()
/third_party/glib/gio/tests/
Dmimeapps.c400 res = g_key_file_has_key (keyfile, "Added Associations", contenttype, NULL); in test_mime_file()
403 res = g_key_file_has_key (keyfile, "Default Applications", contenttype, NULL); in test_mime_file()
/third_party/glib/glib/
Dgkeyfile.h119 gboolean g_key_file_has_key (GKeyFile *key_file,
Dgkeyfile.c3797 g_key_file_has_key (GKeyFile *key_file, in g_key_file_has_key() function
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2315 g_key_file_has_key
/third_party/glib/gio/
Dgdesktopappinfo.c4854 return g_key_file_has_key (info->keyfile, in g_desktop_app_info_has_key()
/third_party/glib/
DNEWS8189 650345 g_key_file_has_key_full: New function to fix g_key_file_has_key...