summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2019-08-14 13:53:55 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2019-08-14 13:54:46 +0100
commit3a68016b3ff662db1196c3f743e81ef06003394b (patch)
tree9c16ac2ae45589f3d847221d89d51dc8f59f06cc /gdk-pixbuf
parent2cf347ee118b55ff3f5e2bb8fa98d071a7a58231 (diff)
downloadgdk-pixbuf-3a68016b3ff662db1196c3f743e81ef06003394b.tar.gz
docs: Add missing argument
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r--gdk-pixbuf/gdk-pixbuf-io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-io.c b/gdk-pixbuf/gdk-pixbuf-io.c
index f5a9f953e..17ceb59df 100644
--- a/gdk-pixbuf/gdk-pixbuf-io.c
+++ b/gdk-pixbuf/gdk-pixbuf-io.c
@@ -570,6 +570,7 @@ gdk_pixbuf_io_init_modules (const char *filename,
/**
* gdk_pixbuf_init_modules:
* @path: Path to directory where the loaders.cache is installed
+ * @error: return location for a #GError
*
* Initalizes the gdk-pixbuf loader modules referenced by the loaders.cache
* file present inside that directory.