Small additions/fixes.

2005-12-19  Matthias Clasen  <mclasen@redhat.com>

	* gdk-pixbuf/tmpl/module_interface.sgml:
	* gdk-pixbuf/gdk-pixbuf-sections.txt:
	* gdk-pixbuf/tmpl/animation.sgml: Small additions/fixes.
This commit is contained in:
Matthias Clasen
2005-12-19 21:13:49 +00:00
committed by Matthias Clasen
parent b9c479ba56
commit b5cc099058
4 changed files with 11 additions and 6 deletions

View File

@ -1,5 +1,9 @@
2005-12-19 Matthias Clasen <mclasen@redhat.com> 2005-12-19 Matthias Clasen <mclasen@redhat.com>
* 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/input.sgml:
* gdk/tmpl/rgb.sgml: * gdk/tmpl/rgb.sgml:
* gdk/tmpl/x_interaction.sgml: * gdk/tmpl/x_interaction.sgml:

View File

@ -146,7 +146,6 @@ GDK_PIXBUF_SIMPLE_ANIM_CLASS
GDK_IS_PIXBUF_SIMPLE_ANIM_CLASS GDK_IS_PIXBUF_SIMPLE_ANIM_CLASS
GDK_TYPE_PIXBUF_SIMPLE_ANIM GDK_TYPE_PIXBUF_SIMPLE_ANIM
GDK_PIXBUF_SIMPLE_ANIM GDK_PIXBUF_SIMPLE_ANIM
GdkPixbufSimpleAnimClass
<SUBSECTION Private> <SUBSECTION Private>
gdk_pixbuf_non_anim_new 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_get_type
gdk_pixbuf_simple_anim_iter_get_type gdk_pixbuf_simple_anim_iter_get_type
GdkPixbufSimpleAnimClass
</SECTION> </SECTION>
<SECTION> <SECTION>

View File

@ -25,13 +25,14 @@ Animated images.
<!-- ##### STRUCT GdkPixbufAnimation ##### --> <!-- ##### STRUCT GdkPixbufAnimation ##### -->
<para> <para>
And opaque struct representing an animation.
</para> </para>
<!-- ##### STRUCT GdkPixbufAnimationIter ##### --> <!-- ##### STRUCT GdkPixbufAnimationIter ##### -->
<para> <para>
And opaque struct representing an iterator which points to a
certain position in an animation.
</para> </para>
@ -147,7 +148,7 @@ Animated images.
<!-- ##### STRUCT GdkPixbufSimpleAnim ##### --> <!-- ##### STRUCT GdkPixbufSimpleAnim ##### -->
<para> <para>
An
</para> </para>

View File

@ -354,7 +354,7 @@ Modules supporting animations must derive a type from
virtual functions. virtual functions.
</para> </para>
@parent_class: @parent_class: the parent class
@is_static_image: returns whether the given animation is just a static image. @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_static_image: returns a static image representing the given animation.
@get_size: fills @width and @height with the frame size of the 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. virtual functions.
</para> </para>
@parent_class: @parent_class: the parent class
@get_delay_time: returns the time in milliseconds that the current frame @get_delay_time: returns the time in milliseconds that the current frame
should be shown. should be shown.
@get_pixbuf: returns the current frame. @get_pixbuf: returns the current frame.