]> Pileus Git - ~andy/gtk/commitdiff
Small additions/fixes.
authorMatthias Clasen <mclasen@redhat.com>
Mon, 19 Dec 2005 21:13:49 +0000 (21:13 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 19 Dec 2005 21:13:49 +0000 (21:13 +0000)
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.

docs/reference/ChangeLog
docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt
docs/reference/gdk-pixbuf/tmpl/animation.sgml
docs/reference/gdk-pixbuf/tmpl/module_interface.sgml

index 1ac1557d11444d8a11c84d6a1243e5e5da7a3267..8e61f435273471de800c1e21736941947883ddc5 100644 (file)
@@ -1,5 +1,9 @@
 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/rgb.sgml: 
        * gdk/tmpl/x_interaction.sgml: 
index 8b0735778aebf464b4ac30622533c36b2eb7a627..156558b6bc418e0635fbeb683b5d46cd4b9b5c0f 100644 (file)
@@ -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
 
 <SUBSECTION Private>
 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
 </SECTION>
 
 <SECTION>
index 410e9a87b8844a5a5e3c8a29ea96b28e201dc5c5..72a38724051ac4a88e3aa97d740490a7e7edd3d6 100644 (file)
@@ -25,13 +25,14 @@ Animated images.
 
 <!-- ##### STRUCT GdkPixbufAnimation ##### -->
 <para>
-
+And opaque struct representing an animation.
 </para>
 
 
 <!-- ##### STRUCT GdkPixbufAnimationIter ##### -->
 <para>
-
+And opaque struct representing an iterator which points to a
+certain position in an animation.
 </para>
 
 
@@ -147,7 +148,7 @@ Animated images.
 
 <!-- ##### STRUCT GdkPixbufSimpleAnim ##### -->
 <para>
-
+An
 </para>
 
 
index e06b0d325081b16d05f97a89c8aa225ee8cc4e15..441f1237cd602e0e288a4e6173d68956f88a712e 100644 (file)
@@ -354,7 +354,7 @@ Modules supporting animations must derive a type from
 virtual functions.
 </para>
 
-@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.
 </para>
 
-@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.