Merge branch 'zbrown/its-a-filename' into 'main'

cssprovider: from_path takes a path

See merge request GNOME/gtk!4436
This commit is contained in:
Emmanuele Bassi 2022-02-02 23:11:44 +00:00
commit 06ec4ec148

View File

@ -1146,7 +1146,7 @@ gtk_css_provider_load_from_file (GtkCssProvider *css_provider,
/** /**
* gtk_css_provider_load_from_path: * gtk_css_provider_load_from_path:
* @css_provider: a `GtkCssProvider` * @css_provider: a `GtkCssProvider`
* @path: the path of a filename to load, in the GLib filename encoding * @path: (type filename): the path of a filename to load, in the GLib filename encoding
* *
* Loads the data contained in @path into @css_provider. * Loads the data contained in @path into @css_provider.
* *