mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-16 04:28:05 +02:00
doc: fix typo in gio/gresource.c
This commit is contained in:
parent
78379099a6
commit
06f27fc208
@ -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
|
* `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
|
* 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
|
* 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
|
* set to the full path to the gdk-pixbuf-pixdata executable; otherwise the resource compiler will
|
||||||
* abort.
|
* abort.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user