diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2009-03-23 08:57:30 +0000 |
---|---|---|
committer | Claudio Saavedra <csaavedra@src.gnome.org> | 2009-03-23 08:57:30 +0000 |
commit | e0045d59c7fb7bc6df3606b90f72ebc340700db4 (patch) | |
tree | 7f0414120c3af8213d9cee4c4776c39e98a99ba4 /docs | |
parent | cd96bd02093f10908253e94ff9cebc919600ef0d (diff) | |
download | gtk+-e0045d59c7fb7bc6df3606b90f72ebc340700db4.tar.gz |
Fix typos and document the GdkPixbufSimpleAnim structure.
2009-03-23 Claudio Saavedra <csaavedra@igalia.com>
* gdk-pixbuf/tmpl/animation.sgml: Fix typos and document the
GdkPixbufSimpleAnim structure.
svn path=/trunk/; revision=22581
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/ChangeLog | 5 | ||||
-rw-r--r-- | docs/reference/gdk-pixbuf/tmpl/animation.sgml | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index b19490e552..5556f3c37a 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2009-03-23 Claudio Saavedra <csaavedra@igalia.com> + + * gdk-pixbuf/tmpl/animation.sgml: Fix typos and document the + GdkPixbufSimpleAnim structure. + 2009-03-13 Matthias Clasen <mclasen@redhat.com> * === Released 2.16.0 === diff --git a/docs/reference/gdk-pixbuf/tmpl/animation.sgml b/docs/reference/gdk-pixbuf/tmpl/animation.sgml index 72a3872405..3cd15b4baf 100644 --- a/docs/reference/gdk-pixbuf/tmpl/animation.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/animation.sgml @@ -25,13 +25,13 @@ Animated images. <!-- ##### STRUCT GdkPixbufAnimation ##### --> <para> -And opaque struct representing an animation. +An opaque struct representing an animation. </para> <!-- ##### STRUCT GdkPixbufAnimationIter ##### --> <para> -And opaque struct representing an iterator which points to a +An opaque struct representing an iterator which points to a certain position in an animation. </para> @@ -148,7 +148,7 @@ certain position in an animation. <!-- ##### STRUCT GdkPixbufSimpleAnim ##### --> <para> -An +An opaque struct representing a simple animation. </para> |