summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-io.c
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@redhat.com>1999-11-10 22:48:46 +0000
committerArturo Espinosa <unammx@src.gnome.org>1999-11-10 22:48:46 +0000
commitcfb026651878dde2b0af21ff8de470527ed5f825 (patch)
treec17bbded7dab6c3f2b14bccab6b2d9bb0fe90259 /gdk-pixbuf/gdk-pixbuf-io.c
parent23b50343c6230ff2fa3f28d76cc1371f116b1f24 (diff)
downloadgtk+-cfb026651878dde2b0af21ff8de470527ed5f825.tar.gz
Populated.
1999-11-10 Federico Mena Quintero <federico@redhat.com> * doc/tmpl/gdk-pixbuf-loader.sgml: Populated. * doc/gdk-pixbuf.signals: Put in the real names of signal arguments. * src/gdk-pixbuf-loader.c: Improved documentation comments.
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-io.c')
-rw-r--r--gdk-pixbuf/gdk-pixbuf-io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-io.c b/gdk-pixbuf/gdk-pixbuf-io.c
index 9557d90370..b139d4e1fc 100644
--- a/gdk-pixbuf/gdk-pixbuf-io.c
+++ b/gdk-pixbuf/gdk-pixbuf-io.c
@@ -295,7 +295,7 @@ gdk_pixbuf_new_from_file (const char *filename)
/**
* gdk_pixbuf_new_from_xpm_data:
- * @data:
+ * @data: Pointer to inline XPM data.
*
* Creates a new pixbuf by parsing XPM data in memory. This data is commonly
* the result of including an XPM file into a program's C source.