Searched refs:g_key_file_get_locale_string (Results 1 – 6 of 6) sorted by relevance
/third_party/glib/gio/ |
D | gdesktopappinfo.c | 1155 …raw = g_key_file_get_locale_string (key_file, "Desktop Entry", desktop_key_get_name (i), NULL, NUL… in desktop_file_dir_unindexed_setup_search() 1832 …info->name = g_key_file_get_locale_string (key_file, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DESKTOP_… in g_desktop_app_info_load_from_keyfile() 1833 …info->generic_name = g_key_file_get_locale_string (key_file, G_KEY_FILE_DESKTOP_GROUP, GENERIC_NAM… in g_desktop_app_info_load_from_keyfile() 1834 …info->fullname = g_key_file_get_locale_string (key_file, G_KEY_FILE_DESKTOP_GROUP, FULL_NAME_KEY, … in g_desktop_app_info_load_from_keyfile() 1836 …info->comment = g_key_file_get_locale_string (key_file, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DESKT… in g_desktop_app_info_load_from_keyfile() 1838 …info->icon_name = g_key_file_get_locale_string (key_file, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DE… in g_desktop_app_info_load_from_keyfile() 4780 return g_key_file_get_locale_string (info->keyfile, in g_desktop_app_info_get_locale_string() 4923 result = g_key_file_get_locale_string (info->keyfile, group_name, "Name", NULL, NULL); in g_desktop_app_info_get_action_name()
|
/third_party/glib/glib/ |
D | gkeyfile.h | 144 gchar *g_key_file_get_locale_string (GKeyFile *key_file,
|
D | gkeyfile.c | 2219 g_key_file_get_locale_string (GKeyFile *key_file, in g_key_file_get_locale_string() function 2397 value = g_key_file_get_locale_string (key_file, group_name, in g_key_file_get_locale_string_list()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | encoding-target.c | 630 description = g_key_file_get_locale_string (in, profilename, in parse_encoding_profile()
|
/third_party/glib/glib/tests/ |
D | keyfile.c | 63 value = g_key_file_get_locale_string (keyfile, group, key, locale, &error); in check_locale_string_value()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 2320 g_key_file_get_locale_string
|