mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 19:36:18 +01:00
Merge branch 'patch-1' into 'master'
doc: fix typo in gio/gresource.c See merge request GNOME/glib!973
This commit is contained in:
commit
18cfe50caa
@ -78,7 +78,7 @@ G_DEFINE_BOXED_TYPE (GResource, g_resource, g_resource_ref, g_resource_unref)
|
||||
*
|
||||
* `to-pixdata` which will use the gdk-pixbuf-pixdata command to convert
|
||||
* images to the GdkPixdata format, which allows you to create pixbufs directly using the data inside
|
||||
* the resource file, rather than an (uncompressed) copy if it. For this, the gdk-pixbuf-pixdata
|
||||
* the resource file, rather than an (uncompressed) copy of it. For this, the gdk-pixbuf-pixdata
|
||||
* program must be in the PATH, or the `GDK_PIXBUF_PIXDATA` environment variable must be
|
||||
* set to the full path to the gdk-pixbuf-pixdata executable; otherwise the resource compiler will
|
||||
* abort.
|
||||
|
Loading…
Reference in New Issue
Block a user