summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2015-09-26 19:49:07 +0200
committerBastien Nocera <hadess@hadess.net>2015-09-26 19:52:50 +0200
commite2102c711f5953fc66f2cd6693b4f927aabbc809 (patch)
treefedfa5e36d91886c665799c4abe40d385a051440
parent19dc3ef13419326f6449fdd761fe209ebcda19bd (diff)
downloadgdk-pixbuf-e2102c711f5953fc66f2cd6693b4f927aabbc809.tar.gz
docs: Fix typo in the gtk-doc comments
-rw-r--r--gdk-pixbuf/gdk-pixbuf-loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-loader.c b/gdk-pixbuf/gdk-pixbuf-loader.c
index 668b7037b..f6d58786f 100644
--- a/gdk-pixbuf/gdk-pixbuf-loader.c
+++ b/gdk-pixbuf/gdk-pixbuf-loader.c
@@ -749,7 +749,7 @@ gdk_pixbuf_loader_get_pixbuf (GdkPixbufLoader *loader)
* return %NULL.
*
* Return value: (transfer none): The #GdkPixbufAnimation that the loader is loading, or %NULL if
- not enough data has been read to determine the information.
+ * not enough data has been read to determine the information.
**/
GdkPixbufAnimation *
gdk_pixbuf_loader_get_animation (GdkPixbufLoader *loader)