diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2001-10-08 21:25:33 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2001-10-08 21:25:33 +0000 |
commit | 7cdb0918b1fd193c3d6e90a2b6171d7207d427f4 (patch) | |
tree | 8068a0508d5cefde0eaf513033ba4721d5c4324b | |
parent | d85ec9a0624b140b42dfb7740bfc155e6d633463 (diff) | |
download | gdk-pixbuf-7cdb0918b1fd193c3d6e90a2b6171d7207d427f4.tar.gz |
Update.
* gdk-pixbuf/gdk-pixbuf-sections.txt,
gdk-pixbuf/Makefile.am, gdk-pixbuf/tmpl/creating.sgml: Update.
* gdk-pixbuf/tmpl/inline.sgml: New file.
-rw-r--r-- | docs/reference/ChangeLog | 15 | ||||
-rw-r--r-- | docs/reference/gdk-pixbuf/Makefile.am | 4 | ||||
-rw-r--r-- | docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt | 45 | ||||
-rw-r--r-- | docs/reference/gdk-pixbuf/tmpl/creating.sgml | 12 | ||||
-rw-r--r-- | docs/reference/gdk-pixbuf/tmpl/inline.sgml | 127 |
5 files changed, 201 insertions, 2 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 57365199e..985e7205f 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -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, diff --git a/docs/reference/gdk-pixbuf/Makefile.am b/docs/reference/gdk-pixbuf/Makefile.am index ba9968cb0..cedbd0c20 100644 --- a/docs/reference/gdk-pixbuf/Makefile.am +++ b/docs/reference/gdk-pixbuf/Makefile.am @@ -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= diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt b/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt index 84ad93745..6d2f16ca0 100644 --- a/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt +++ b/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt @@ -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> + diff --git a/docs/reference/gdk-pixbuf/tmpl/creating.sgml b/docs/reference/gdk-pixbuf/tmpl/creating.sgml index 1d017da68..d9b541ba8 100644 --- a/docs/reference/gdk-pixbuf/tmpl/creating.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/creating.sgml @@ -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 index 000000000..ab5eb802a --- /dev/null +++ b/docs/reference/gdk-pixbuf/tmpl/inline.sgml @@ -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: + + |