summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-11-30 13:31:04 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-11-30 13:31:04 +0000
commitbb978964e17f0ce6a61099c6abd46338e5e3a053 (patch)
treec435ea4b0e686d03e8ed10e3a3b79428a8b7b59d
parent71a28b4b93c58b7b6ac7116bb8bf360e746c2983 (diff)
downloadgtk+-bb978964e17f0ce6a61099c6abd46338e5e3a053.tar.gz
Fix a typo in the docs. (#159955, Masao Mutoh)
2004-11-30 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf-animation.c (gdk_pixbuf_animation_iter_get_pixbuf): Fix a typo in the docs. (#159955, Masao Mutoh)
-rw-r--r--gdk-pixbuf/ChangeLog5
-rw-r--r--gdk-pixbuf/gdk-pixbuf-animation.c6
2 files changed, 8 insertions, 3 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog
index 9f363bd89f..e26d2b0427 100644
--- a/gdk-pixbuf/ChangeLog
+++ b/gdk-pixbuf/ChangeLog
@@ -1,3 +1,8 @@
+2004-11-30 Matthias Clasen <mclasen@redhat.com>
+
+ * gdk-pixbuf-animation.c (gdk_pixbuf_animation_iter_get_pixbuf):
+ Fix a typo in the docs. (#159955, Masao Mutoh)
+
2004-11-29 Matthias Clasen <mclasen@redhat.com>
* Makefile.am (gdk-pixbuf-alias.h): Use the perl found by
diff --git a/gdk-pixbuf/gdk-pixbuf-animation.c b/gdk-pixbuf/gdk-pixbuf-animation.c
index 56e5864e92..b40446299b 100644
--- a/gdk-pixbuf/gdk-pixbuf-animation.c
+++ b/gdk-pixbuf/gdk-pixbuf-animation.c
@@ -479,9 +479,9 @@ gdk_pixbuf_animation_iter_get_delay_time (GdkPixbufAnimationIter *iter)
*
* Gets the current pixbuf which should be displayed; the pixbuf will
* be the same size as the animation itself
- * (gdk_pixbuf_animation_get_width(),
- * gdk_pixbuf_animation_get_height()). This pixbuf should be displayed
- * for gdk_pixbuf_animation_get_delay_time() milliseconds. The caller
+ * (gdk_pixbuf_animation_get_width(), gdk_pixbuf_animation_get_height()).
+ * This pixbuf should be displayed for
+ * gdk_pixbuf_animation_iter_get_delay_time() milliseconds. The caller
* of this function does not own a reference to the returned pixbuf;
* the returned pixbuf will become invalid when the iterator advances
* to the next frame, which may happen anytime you call