/third_party/glib/glib/ |
D | gkeyfile.h | 48 typedef struct _GKeyFile GKeyFile; typedef 58 GKeyFile *g_key_file_new (void); 60 GKeyFile *g_key_file_ref (GKeyFile *key_file); 62 void g_key_file_unref (GKeyFile *key_file); 64 void g_key_file_free (GKeyFile *key_file); 66 void g_key_file_set_list_separator (GKeyFile *key_file, 69 gboolean g_key_file_load_from_file (GKeyFile *key_file, 74 gboolean g_key_file_load_from_data (GKeyFile *key_file, 80 gboolean g_key_file_load_from_bytes (GKeyFile *key_file, 85 gboolean g_key_file_load_from_dirs (GKeyFile *key_file, [all …]
|
D | gkeyfile.c | 545 static gboolean g_key_file_load_from_fd (GKeyFile *key_file, 549 static GList *g_key_file_lookup_group_node (GKeyFile *key_file, 551 static GKeyFileGroup *g_key_file_lookup_group (GKeyFile *key_file, 554 static GList *g_key_file_lookup_key_value_pair_node (GKeyFile *key_file, 557 static GKeyFileKeyValuePair *g_key_file_lookup_key_value_pair (GKeyFile *key_file, 561 static void g_key_file_remove_group_node (GKeyFile *key_file, 563 static void g_key_file_remove_key_value_pair_node (GKeyFile *key_file, 567 static void g_key_file_add_key_value_pair (GKeyFile *key_file, 570 static void g_key_file_add_key (GKeyFile *key_file, 574 static void g_key_file_add_group (GKeyFile *key_file, [all …]
|
D | glib-autocleanups.h | 56 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GKeyFile, g_key_file_unref)
|
/third_party/glib/glib/tests/ |
D | keyfile.c | 8 static GKeyFile * 12 GKeyFile *keyfile; in load_data() 38 check_string_value (GKeyFile *keyfile, in check_string_value() 54 check_locale_string_value (GKeyFile *keyfile, in check_locale_string_value() 71 check_string_locale_value (GKeyFile *keyfile, in check_string_locale_value() 85 check_string_list_value (GKeyFile *keyfile, in check_string_list_value() 117 check_locale_string_list_value (GKeyFile *keyfile, in check_locale_string_list_value() 150 check_integer_list_value (GKeyFile *keyfile, in check_integer_list_value() 182 check_double_list_value (GKeyFile *keyfile, in check_double_list_value() 214 check_boolean_list_value (GKeyFile *keyfile, in check_boolean_list_value() [all …]
|
D | autoptr.c | 130 g_autoptr(GKeyFile) val = g_key_file_new (); in test_g_key_file()
|
/third_party/gstreamer/gstplugins_bad/sys/dvb/ |
D | parsechannels.c | 51 dvbbasebin, const gchar * property, GKeyFile * kf, 68 const gchar * property, GKeyFile * kf, const gchar * channel_name, 71 const gchar * property, GKeyFile * kf, const gchar * channel_name, 74 const gchar * property, GKeyFile * kf, const gchar * channel_name, 77 const gchar * property, GKeyFile * kf, const gchar * channel_name, 80 const gchar * property, GKeyFile * kf, const gchar * channel_name, 83 const gchar * property, GKeyFile * kf, const gchar * channel_name, 86 const gchar * property, GKeyFile * kf, const gchar * channel_name, 89 const gchar * property, GKeyFile * kf, const gchar * channel_name, 92 const gchar * property, GKeyFile * kf, const gchar * channel_name, [all …]
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstpreset.c | 247 static GKeyFile * 251 GKeyFile *in; in preset_open_and_parse_header() 307 preset_merge (GKeyFile * system, GKeyFile * user) in preset_merge() 355 GKeyFile *preset; 376 static GKeyFile * 379 GKeyFile *presets; in preset_get_keyfile() 390 GKeyFile *in_user, *in_app = NULL, *in_system; in preset_get_keyfile() 415 GKeyFile *env_file; in preset_get_keyfile() 518 GKeyFile *presets; in gst_preset_default_get_preset_names() 641 GKeyFile *presets; in gst_preset_default_load_preset() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | encoding-target.c | 401 serialize_stream_profiles (GKeyFile * out, GstEncodingProfile * sprof, in serialize_stream_profiles() 497 serialize_encoding_profile (GKeyFile * out, GstEncodingProfile * prof) in serialize_encoding_profile() 556 serialize_target (GKeyFile * out, GstEncodingTarget * target) in serialize_target() 584 parse_encoding_profile (GKeyFile * in, gchar * parentprofilename, in parse_encoding_profile() 715 parse_keyfile (GKeyFile * in, gchar * targetname, gchar * categoryname, in parse_keyfile() 744 static GKeyFile * 748 GKeyFile *in; in load_file_and_read_header() 810 GKeyFile *in; in gst_encoding_target_load_from_file() 1027 GKeyFile *out; in gst_encoding_target_save_to_file()
|
/third_party/glib/fuzzing/ |
D | fuzz_key.c | 8 GKeyFile *key = NULL; in test_parse()
|
/third_party/glib/gio/ |
D | gportalsupport.c | 38 GKeyFile *keyfile; in read_flatpak_info()
|
D | gio-tool-launch.c | 45 GKeyFile *keyfile = NULL; in handle_launch()
|
D | gkeyfilesettingsbackend.c | 61 GKeyFile *keyfile; 65 GKeyFile *system_keyfile; 473 GKeyFile *keyfile, in keyfile_to_tree() 542 GKeyFile *keyfiles[2]; in g_keyfile_settings_backend_keyfile_reload()
|
D | gdesktopappinfo.h | 52 GDesktopAppInfo *g_desktop_app_info_new_from_keyfile (GKeyFile *key_file);
|
D | gdesktopappinfo.c | 106 GKeyFile *keyfile; 860 GKeyFile *key_file; in desktop_file_dir_unindexed_read_mimeapps_list() 1133 GKeyFile *key_file; in desktop_file_dir_unindexed_setup_search() 1759 GKeyFile *key_file) in g_desktop_app_info_load_from_keyfile() 1923 GKeyFile *key_file; in g_desktop_app_info_load_file() 1950 g_desktop_app_info_new_from_keyfile (GKeyFile *key_file) in g_desktop_app_info_new_from_keyfile() 3472 GKeyFile *key_file; in update_mimeapps_list() 3887 GKeyFile *key_file; in g_desktop_app_info_ensure_saved()
|
D | glib-compile-schemas.c | 1893 GKeyFile *key_file; in set_overrides()
|
/third_party/glib/gio/tests/ |
D | appinfo.c | 112 GKeyFile *fake_desktop_file; in test_launch_no_app_id() 536 GKeyFile *kf; in test_from_keyfile()
|
D | mimeapps.c | 301 GKeyFile *keyfile; in test_mime_file()
|
D | gsettings.c | 1760 GKeyFile *keyfile; in test_keyfile() 1891 GKeyFile *keyfile; in test_keyfile_no_path()
|
/third_party/glib/gobject/ |
D | gboxed.c | 164 G_DEFINE_BOXED_TYPE (GKeyFile, g_key_file, g_key_file_ref, g_key_file_unref) in G_DEFINE_BOXED_TYPE()
|
/third_party/glib/gobject/tests/ |
D | boxed.c | 402 GKeyFile *k, *k2; in test_boxed_keyfile()
|
/third_party/glib/ |
D | NEWS | 4 * Fix a crash in `GKeyFile` when parsing a file which contains translations 5 using a `GKeyFile` instance which has loaded another file previously (#2361) 306 * `GKeyFile` performance improvements (work by Timm Bäder) (!1829, !1832) 349 - !1817 fuzzing: Add more parsing flags to the GKeyFile test 357 - !1832 More small GKeyFile performance improvements 3096 784020 GKeyFile – Add array length annotations to to_data(), get_keys() and get_g... 5457 * GKeyFile 7353 668756 GKeyFile: allow loading from empty strings 7695 * GKeyFile is now refcounted and boxed 7719 590808 GKeyFile should have a refcount and a boxed type in GObject [all …]
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 2293 GKeyFile
|