From b5cc09905874c8ff33de6ece10a8ebeb53c09fa7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 19 Dec 2005 21:13:49 +0000 Subject: [PATCH] Small additions/fixes. 2005-12-19 Matthias Clasen * gdk-pixbuf/tmpl/module_interface.sgml: * gdk-pixbuf/gdk-pixbuf-sections.txt: * gdk-pixbuf/tmpl/animation.sgml: Small additions/fixes. --- docs/reference/ChangeLog | 4 ++++ docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt | 2 +- docs/reference/gdk-pixbuf/tmpl/animation.sgml | 7 ++++--- docs/reference/gdk-pixbuf/tmpl/module_interface.sgml | 4 ++-- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 1ac1557d11..8e61f43527 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,9 @@ 2005-12-19 Matthias Clasen + * gdk-pixbuf/tmpl/module_interface.sgml: + * gdk-pixbuf/gdk-pixbuf-sections.txt: + * gdk-pixbuf/tmpl/animation.sgml: Small additions/fixes. + * gdk/tmpl/input.sgml: * gdk/tmpl/rgb.sgml: * gdk/tmpl/x_interaction.sgml: diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt b/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt index 8b0735778a..156558b6bc 100644 --- a/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt +++ b/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt @@ -146,7 +146,6 @@ GDK_PIXBUF_SIMPLE_ANIM_CLASS GDK_IS_PIXBUF_SIMPLE_ANIM_CLASS GDK_TYPE_PIXBUF_SIMPLE_ANIM GDK_PIXBUF_SIMPLE_ANIM -GdkPixbufSimpleAnimClass gdk_pixbuf_non_anim_new @@ -156,6 +155,7 @@ gdk_pixbuf_animation_iter_get_type gdk_pixbuf_simple_anim_get_type gdk_pixbuf_simple_anim_iter_get_type +GdkPixbufSimpleAnimClass
diff --git a/docs/reference/gdk-pixbuf/tmpl/animation.sgml b/docs/reference/gdk-pixbuf/tmpl/animation.sgml index 410e9a87b8..72a3872405 100644 --- a/docs/reference/gdk-pixbuf/tmpl/animation.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/animation.sgml @@ -25,13 +25,14 @@ Animated images. - +And opaque struct representing an animation. - +And opaque struct representing an iterator which points to a +certain position in an animation. @@ -147,7 +148,7 @@ Animated images. - +An diff --git a/docs/reference/gdk-pixbuf/tmpl/module_interface.sgml b/docs/reference/gdk-pixbuf/tmpl/module_interface.sgml index e06b0d3250..441f1237cd 100644 --- a/docs/reference/gdk-pixbuf/tmpl/module_interface.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/module_interface.sgml @@ -354,7 +354,7 @@ Modules supporting animations must derive a type from virtual functions. -@parent_class: +@parent_class: the parent class @is_static_image: returns whether the given animation is just a static image. @get_static_image: returns a static image representing the given animation. @get_size: fills @width and @height with the frame size of the animation. @@ -367,7 +367,7 @@ Modules supporting animations must derive a type from virtual functions. -@parent_class: +@parent_class: the parent class @get_delay_time: returns the time in milliseconds that the current frame should be shown. @get_pixbuf: returns the current frame.