]> Pileus Git - ~andy/gtk/commitdiff
Update.
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 8 Oct 2001 21:25:33 +0000 (21:25 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 8 Oct 2001 21:25:33 +0000 (21:25 +0000)
        * gdk-pixbuf/gdk-pixbuf-sections.txt,
        gdk-pixbuf/Makefile.am, gdk-pixbuf/tmpl/creating.sgml: Update.

        * gdk-pixbuf/tmpl/inline.sgml: New file.

docs/reference/ChangeLog
docs/reference/gdk-pixbuf/Makefile.am
docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt
docs/reference/gdk-pixbuf/tmpl/creating.sgml
docs/reference/gdk-pixbuf/tmpl/inline.sgml [new file with mode: 0644]

index 57365199eea294ac3d7508631e8d6af84cdc05ca..985e7205f1ee4b20cd09435427d573b4f7913fc4 100644 (file)
@@ -1,3 +1,18 @@
+2001-10-08  Matthias Clasen   <matthiasc@poet.de>
+
+       * gdk-pixbuf/gdk-pixbuf-sections.txt,
+       gdk-pixbuf/Makefile.am, gdk-pixbuf/tmpl/creating.sgml: Update.
+
+       * gdk-pixbuf/tmpl/inline.sgml: New file.
+       
+2001-10-07  Matthias Clasen   <matthiasc@poet.de>
+
+       * gdk/tmpl/properties.sgml, gdk/tmpl/events.sgml,
+       gdk/tmpl/regions.sgml, gdk/tmpl/general.sgml,
+       gdk/tmpl/keys.sgml: Update. 
+
+       * gdk/gdk-overrides.txt, gdk/gdk-sections.txt: Remove nanox traces.
+
 2001-10-06  Matthias Clasen   <matthiasc@poet.de>
 
        * gtk/gtk-docs.sgml: add gtkimagemenuitem, 
index ba9968cb053b53154251a7740e9801e12e1080d0..cedbd0c2049a22eafa1f7a1c2ffebe7c91fb2b7c 100644 (file)
@@ -28,7 +28,9 @@ IGNORE_HFILES=                                \
        gdk-pixbuf-marshal.h            \
        gdk-pixbuf-xlib-private.h       \
        gdk-pixbuf-i18n.h               \
-       gdk-pixbuf-private.h
+       gdk-pixbuf-private.h            \
+       io-gif-animation.h              \
+       test-images.h
 
 # Extra files to add when scanning
 EXTRA_HFILES=
index 84ad93745039543ec86193d5eb4daf3a2c0417a3..6d2f16ca02b8026d527f503f49e0c35418f55543 100644 (file)
@@ -27,15 +27,23 @@ gdk_pixbuf_get_pixels
 gdk_pixbuf_get_width
 gdk_pixbuf_get_height
 gdk_pixbuf_get_rowstride
+gdk_pixbuf_get_option
 
 <SUBSECTION Standard>
+GDK_TYPE_PIXBUF_ERROR
+GDK_TYPE_COLORSPACE
+GDK_TYPE_PIXBUF_ALPHA_MODE
 GDK_PIXBUF
 GDK_TYPE_PIXBUF
 GDK_IS_PIXBUF
 
+
 <SUBSECTION Private>
 gdk_pixbuf_get_type
 gdk_pixbuf_error_quark
+gdk_colorspace_get_type
+gdk_pixbuf_alpha_mode_get_type
+gdk_pixbuf_error_get_type
 </SECTION>
 
 <SECTION>
@@ -61,16 +69,31 @@ gdk_pixbuf_save
 gdk_pixbuf_new
 gdk_pixbuf_new_from_data
 gdk_pixbuf_new_from_xpm_data
-gdk_pixbuf_new_from_inline
+gdk_pixbuf_new_from_stream
 gdk_pixbuf_new_subpixbuf
 gdk_pixbuf_copy
 </SECTION>
 
+<SECTION>
+<FILE>inline</FILE>
+GdkPixdata
+GdkPixdataType
+GdkPixdataDumpType
+GDK_PIXBUF_MAGIC_NUMBER
+GDK_PIXDATA_HEADER_LENGTH
+gdk_pixdata_from_pixbuf
+gdk_pixbuf_from_pixdata
+gdk_pixdata_serialize
+gdk_pixdata_deserialize
+gdk_pixdata_to_csource
+</SECTION>
+
 <SECTION>
 <FILE>util</FILE>
 gdk_pixbuf_add_alpha
 gdk_pixbuf_copy_area
 gdk_pixbuf_saturate_and_pixelate
+gdk_pixbuf_fill
 </SECTION>
 
 <SECTION>
@@ -78,6 +101,8 @@ gdk_pixbuf_saturate_and_pixelate
 GdkPixbufFrameAction
 GdkPixbufFrame
 GdkPixbufAnimation
+GdkPixbufAnimationIter
+GdkPixbufGifAnim
 gdk_pixbuf_animation_new_from_file
 gdk_pixbuf_animation_ref
 gdk_pixbuf_animation_unref
@@ -85,6 +110,9 @@ gdk_pixbuf_animation_get_frames
 gdk_pixbuf_animation_get_width
 gdk_pixbuf_animation_get_num_frames
 gdk_pixbuf_animation_get_height
+gdk_pixbuf_animation_get_iter
+gdk_pixbuf_animation_is_static_image
+gdk_pixbuf_animation_get_static_image
 gdk_pixbuf_frame_copy
 gdk_pixbuf_frame_free
 gdk_pixbuf_frame_get_pixbuf
@@ -92,16 +120,24 @@ gdk_pixbuf_frame_get_action
 gdk_pixbuf_frame_get_y_offset
 gdk_pixbuf_frame_get_delay_time
 gdk_pixbuf_frame_get_x_offset
+gdk_pixbuf_animation_iter_advance
+gdk_pixbuf_animation_iter_get_delay_time
+gdk_pixbuf_animation_iter_on_currently_loading_frame
+gdk_pixbuf_animation_iter_get_pixbuf
 
 <SUBSECTION Standard>
 GDK_PIXBUF_ANIMATION
 GDK_TYPE_PIXBUF_ANIMATION
 GDK_IS_PIXBUF_ANIMATION
 GDK_TYPE_PIXBUF_FRAME
+GDK_IS_PIXBUF_ANIMATION_ITER
+GDK_PIXBUF_ANIMATION_ITER
+GDK_TYPE_PIXBUF_ANIMATION_ITER
 
 <SUBSECTION Private>
 gdk_pixbuf_frame_get_type
 gdk_pixbuf_animation_get_type
+gdk_pixbuf_animation_iter_get_type
 </SECTION>
 
 <SECTION>
@@ -112,6 +148,12 @@ gdk_pixbuf_composite
 gdk_pixbuf_composite_color
 gdk_pixbuf_scale_simple
 gdk_pixbuf_composite_color_simple
+
+<SUBSECTION Standard>
+GDK_TYPE_INTERP_TYPE
+
+<SUBSECTION Private>
+gdk_interp_type_get_type
 </SECTION>
 
 <SECTION>
@@ -191,3 +233,4 @@ xlib_rgb_get_depth
 xlib_rgb_get_display
 xlib_rgb_get_screen
 </SECTION>
+
index 1d017da68a77dd68f5cc58da808d65d3e0fc0fcf..d9b541ba8b474919aecaacad4549165b1b500945 100644 (file)
@@ -82,6 +82,18 @@ Creating a pixbuf from image data that is already in memory.
 @Returns: 
 
 
+<!-- ##### FUNCTION gdk_pixbuf_new_from_stream ##### -->
+<para>
+
+</para>
+
+@stream_length:
+@stream:
+@copy_pixels:
+@error:
+@Returns: 
+
+
 <!-- ##### FUNCTION gdk_pixbuf_new_subpixbuf ##### -->
 <para>
 
diff --git a/docs/reference/gdk-pixbuf/tmpl/inline.sgml b/docs/reference/gdk-pixbuf/tmpl/inline.sgml
new file mode 100644 (file)
index 0000000..ab5eb80
--- /dev/null
@@ -0,0 +1,127 @@
+<!-- ##### SECTION Title ##### -->
+Inline data
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+  <para>
+
+  </para>
+
+<!-- ##### SECTION See_Also ##### -->
+  <para>
+
+  </para>
+
+<!-- ##### STRUCT GdkPixdata ##### -->
+  <para>
+
+  </para>
+
+@magic:
+@length:
+@pixdata_type:
+@rowstride:
+@width:
+@height:
+@pixel_data:
+
+
+<!-- ##### ENUM GdkPixdataType ##### -->
+  <para>
+
+  </para>
+
+@GDK_PIXDATA_COLOR_TYPE_RGB:
+@GDK_PIXDATA_COLOR_TYPE_RGBA:
+@GDK_PIXDATA_COLOR_TYPE_MASK:
+@GDK_PIXDATA_SAMPLE_WIDTH_8:
+@GDK_PIXDATA_SAMPLE_WIDTH_MASK:
+@GDK_PIXDATA_ENCODING_RAW:
+@GDK_PIXDATA_ENCODING_RLE:
+@GDK_PIXDATA_ENCODING_MASK:
+
+
+<!-- ##### ENUM GdkPixdataDumpType ##### -->
+  <para>
+
+  </para>
+
+@GDK_PIXDATA_DUMP_PIXDATA_STREAM:
+@GDK_PIXDATA_DUMP_PIXDATA_STRUCT:
+@GDK_PIXDATA_DUMP_MACROS:
+@GDK_PIXDATA_DUMP_GTYPES:
+@GDK_PIXDATA_DUMP_CTYPES:
+@GDK_PIXDATA_DUMP_STATIC:
+@GDK_PIXDATA_DUMP_CONST:
+@GDK_PIXDATA_DUMP_RLE_DECODER:
+
+
+<!-- ##### MACRO GDK_PIXBUF_MAGIC_NUMBER ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### MACRO GDK_PIXDATA_HEADER_LENGTH ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### FUNCTION gdk_pixdata_from_pixbuf ##### -->
+<para>
+
+</para>
+
+@pixdata:
+@pixbuf:
+@use_rle:
+@Returns:
+
+
+<!-- ##### FUNCTION gdk_pixbuf_from_pixdata ##### -->
+<para>
+
+</para>
+
+@pixdata:
+@copy_pixels:
+@error:
+@Returns:
+
+
+<!-- ##### FUNCTION gdk_pixdata_serialize ##### -->
+<para>
+
+</para>
+
+@pixdata:
+@stream_length_p:
+@Returns:
+
+
+<!-- ##### FUNCTION gdk_pixdata_deserialize ##### -->
+<para>
+
+</para>
+
+@pixdata:
+@stream_length:
+@stream:
+@error:
+@Returns:
+
+
+<!-- ##### FUNCTION gdk_pixdata_to_csource ##### -->
+<para>
+
+</para>
+
+@pixdata:
+@name:
+@dump_type:
+@Returns:
+
+