Home
last modified time | relevance | path

Searched refs:candidate_encodings (Results 1 – 18 of 18) sorted by relevance

/dports/x11-toolkits/gtksourceview3/gtksourceview-3.24.11/testsuite/
H A Dtest-file-loader.c92 GSList *candidate_encodings; in test_loader() local
105 candidate_encodings = g_slist_prepend (NULL, (gpointer) gtk_source_encoding_get_utf8 ()); in test_loader()
106 gtk_source_file_loader_set_candidate_encodings (loader, candidate_encodings); in test_loader()
126 g_slist_free (candidate_encodings); in test_loader()
/dports/x11-toolkits/gtksourceview4/gtksourceview-4.8.1/testsuite/
H A Dtest-file-loader.c92 GSList *candidate_encodings; in test_loader() local
105 candidate_encodings = g_slist_prepend (NULL, (gpointer) gtk_source_encoding_get_utf8 ()); in test_loader()
106 gtk_source_file_loader_set_candidate_encodings (loader, candidate_encodings); in test_loader()
126 g_slist_free (candidate_encodings); in test_loader()
/dports/x11-toolkits/gtksourceview3/gtksourceview-3.24.11/gtksourceview/
H A Dgtksourcefileloader.c107 GSList *candidate_encodings; member
289 g_slist_free (loader->priv->candidate_encodings); in gtk_source_file_loader_dispose()
290 loader->priv->candidate_encodings = NULL; in gtk_source_file_loader_dispose()
339 g_slist_free (loader->priv->candidate_encodings); in set_default_candidate_encodings()
340 loader->priv->candidate_encodings = list; in set_default_candidate_encodings()
995 GSList *candidate_encodings) in gtk_source_file_loader_set_candidate_encodings() argument
1002 list = g_slist_copy (candidate_encodings); in gtk_source_file_loader_set_candidate_encodings()
1005 g_slist_free (loader->priv->candidate_encodings); in gtk_source_file_loader_set_candidate_encodings()
1006 loader->priv->candidate_encodings = list; in gtk_source_file_loader_set_candidate_encodings()
1160 loader->priv->candidate_encodings, in gtk_source_file_loader_load_async()
H A Dgtksourcebufferoutputstream.h62 GSList *candidate_encodings,
H A Dgtksourcefileloader.h103 GSList *candidate_encodings);
H A Dgtksourcebufferoutputstream.c479 GSList *candidate_encodings, in gtk_source_buffer_output_stream_new() argument
489 stream->priv->encodings = g_slist_copy (candidate_encodings); in gtk_source_buffer_output_stream_new()
/dports/x11-toolkits/gtksourceview4/gtksourceview-4.8.1/gtksourceview/
H A Dgtksourcefileloader.c113 GSList *candidate_encodings; member
295 g_slist_free (loader->priv->candidate_encodings); in gtk_source_file_loader_dispose()
296 loader->priv->candidate_encodings = NULL; in gtk_source_file_loader_dispose()
345 g_slist_free (loader->priv->candidate_encodings); in set_default_candidate_encodings()
346 loader->priv->candidate_encodings = list; in set_default_candidate_encodings()
1001 GSList *candidate_encodings) in gtk_source_file_loader_set_candidate_encodings() argument
1008 list = g_slist_copy (candidate_encodings); in gtk_source_file_loader_set_candidate_encodings()
1011 g_slist_free (loader->priv->candidate_encodings); in gtk_source_file_loader_set_candidate_encodings()
1012 loader->priv->candidate_encodings = list; in gtk_source_file_loader_set_candidate_encodings()
1166 loader->priv->candidate_encodings, in gtk_source_file_loader_load_async()
H A Dgtksourcebufferoutputstream.h61 GSList *candidate_encodings,
H A Dgtksourcefileloader.h98 GSList *candidate_encodings);
H A Dgtksourcebufferoutputstream.c478 GSList *candidate_encodings, in gtk_source_buffer_output_stream_new() argument
488 stream->priv->encodings = g_slist_copy (candidate_encodings); in gtk_source_buffer_output_stream_new()
/dports/editors/pluma/pluma-1.26.0/pluma/
H A Dpluma-smart-charset-converter.c380 pluma_smart_charset_converter_new (GSList *candidate_encodings) in pluma_smart_charset_converter_new() argument
384 g_return_val_if_fail (candidate_encodings != NULL, NULL); in pluma_smart_charset_converter_new()
388 smart->priv->encodings = g_slist_copy (candidate_encodings); in pluma_smart_charset_converter_new()
H A Dpluma-document-loader.c612 GSList *candidate_encodings; in finish_query_info() local
634 candidate_encodings = get_candidate_encodings (loader); in finish_query_info()
638 candidate_encodings = g_slist_prepend (NULL, (gpointer) loader->priv->encoding); in finish_query_info()
641 loader->priv->converter = pluma_smart_charset_converter_new (candidate_encodings); in finish_query_info()
642 g_slist_free (candidate_encodings); in finish_query_info()
H A Dpluma-smart-charset-converter.h59 PlumaSmartCharsetConverter *pluma_smart_charset_converter_new (GSList *candidate_encodings);
/dports/editors/gedit/gedit-40.1/gedit/
H A Dgedit-tab.c1986 GSList *candidate_encodings = NULL; in launch_loader() local
1992 candidate_encodings = g_slist_append (NULL, (gpointer) encoding); in launch_loader()
1997 candidate_encodings = get_candidate_encodings (data->tab); in launch_loader()
2000 gtk_source_file_loader_set_candidate_encodings (data->loader, candidate_encodings); in launch_loader()
2001 g_slist_free (candidate_encodings); in launch_loader()
/dports/editors/xed/xed-3.2.0/xed/
H A Dxed-tab.c1924 GSList *candidate_encodings = NULL; in load() local
1932 candidate_encodings = g_slist_append (NULL, (gpointer) encoding); in load()
1937 candidate_encodings = get_candidate_encodings (tab); in load()
1940 gtk_source_file_loader_set_candidate_encodings (tab->priv->loader, candidate_encodings); in load()
1941 g_slist_free (candidate_encodings); in load()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dhtmlformelement.rs260 let mut candidate_encodings = split_html_space_chars(&*input) in pick_encoding() localVariable
264 return candidate_encodings.next().unwrap_or(UTF_8); in pick_encoding()
/dports/devel/gitg/gitg-3.32.1/vapi/
H A Dgtksourceview-3.0.vapi247 public void set_candidate_encodings (GLib.SList<Gtk.SourceEncoding> candidate_encodings);
/dports/net-im/fractal/fractal-4.4.0/vendor/sourceview4-sys/src/
H A Dlib.rs1639 …e_loader_set_candidate_encodings(loader: *mut GtkSourceFileLoader, candidate_encodings: *mut glib:… in gtk_source_file_loader_set_candidate_encodings()