From 559a8c86912e1cbdf06e6a441a0a6e5576337341 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Fri, 5 Nov 1999 23:58:23 +0000 Subject: [PATCH] Removed gdk-pixbuf-io, since it is for internal use only. 1999-11-05 Federico Mena Quintero * doc/gdk-pixbuf-sections.txt: Removed gdk-pixbuf-io, since it is for internal use only. * doc/gdk-pixbuf.sgml: Likewise. * doc/tmpl/gnome-canvas-pixbuf.sgml: Finished docs. --- docs/reference/gdk-pixbuf/Makefile.am | 1 - .../gdk-pixbuf/gdk-pixbuf-sections.txt | 9 -- docs/reference/gdk-pixbuf/gdk-pixbuf.sgml | 2 - docs/reference/gdk-pixbuf/tmpl/creating.sgml | 3 +- .../gdk-pixbuf/tmpl/file-loading.sgml | 3 +- .../gdk-pixbuf/tmpl/gdk-pixbuf-unused.sgml | 70 ++++++++++ .../reference/gdk-pixbuf/tmpl/gdk-pixbuf.sgml | 3 +- .../gdk-pixbuf/tmpl/gnome-canvas-pixbuf.sgml | 127 ++++++++++++------ .../gdk-pixbuf/tmpl/refcounting.sgml | 1 - docs/reference/gdk-pixbuf/tmpl/rendering.sgml | 3 +- gdk-pixbuf/ChangeLog | 9 ++ 11 files changed, 172 insertions(+), 59 deletions(-) diff --git a/docs/reference/gdk-pixbuf/Makefile.am b/docs/reference/gdk-pixbuf/Makefile.am index 0c43848f9b..9cd3f7eaa9 100644 --- a/docs/reference/gdk-pixbuf/Makefile.am +++ b/docs/reference/gdk-pixbuf/Makefile.am @@ -19,7 +19,6 @@ TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE) tmpl_sources = \ tmpl/creating.sgml \ tmpl/file-loading.sgml \ - tmpl/gdk-pixbuf-io.sgml \ tmpl/gdk-pixbuf-loader.sgml \ tmpl/gdk-pixbuf-unused.sgml \ tmpl/gdk-pixbuf.sgml \ diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt b/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt index 13fda9c997..91f6364a0d 100644 --- a/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt +++ b/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt @@ -71,12 +71,3 @@ GDK_IS_PIXBUF_LOADER_CLASS GdkPixbufLoader - -
-gdk-pixbuf-io -ModulePreparedNotifyFunc -ModuleUpdatedNotifyFunc -GdkPixbufModule -gdk_pixbuf_get_module -gdk_pixbuf_load_module -
diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf.sgml b/docs/reference/gdk-pixbuf/gdk-pixbuf.sgml index 3efd4f9b83..bef6723c6b 100644 --- a/docs/reference/gdk-pixbuf/gdk-pixbuf.sgml +++ b/docs/reference/gdk-pixbuf/gdk-pixbuf.sgml @@ -6,7 +6,6 @@ - ]> @@ -49,6 +48,5 @@ &gdk-pixbuf-rendering; &GnomeCanvasPixbuf; &GdkPixbufLoader; - &gdk-pixbuf-gdk-pixbuf-io; diff --git a/docs/reference/gdk-pixbuf/tmpl/creating.sgml b/docs/reference/gdk-pixbuf/tmpl/creating.sgml index 240e7567c0..ae55d3cc89 100644 --- a/docs/reference/gdk-pixbuf/tmpl/creating.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/creating.sgml @@ -86,8 +86,7 @@ Creating a pixbuf from image data that is already in memory. @data: -@Returns: - +@Returns: + + + + + + + + + + +@image_module: + + + + + + + + + + +@module_name: +@format_check: +@module: +@load: +@load_xpm_data: +@begin_load: +@stop_load: +@load_increment: + + + + + + + + + + + + +@pixbuf: +@user_data: +@x: +@y: +@width: +@height: + + +gdk-pixbuf-io + + + + + + + +@pixbuf: +@user_data: + + + + + + +@buffer: +@size: +@Returns: + diff --git a/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf.sgml b/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf.sgml index aac19face4..87c60ba360 100644 --- a/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf.sgml @@ -98,8 +98,7 @@ the image data. @pixbuf: -@Returns: - +@Returns: - Determines whether the + Determines whether the width argument is taken + into account when scaling the pixbuf item. If this argument is + %FALSE, then the width value of the pixbuf's #ArtPixBuf will be + used instead. This argument is %FALSE by default. - - - + + If this argument is %TRUE, then the width of the pixbuf will be + considered to be in pixels, that is, it will not be visually + scaled even if the item's affine transformation changes. If this + is %FALSE, then the width of the pixbuf will be considered to be + in canvas units, and so will be scaled normally by affine + transformations. The default is %FALSE. + - Contains the width of the image in the pixbuf canvas item. + Indicates the width the pixbuf will be scaled to. This argument + will only be used if the width_set argument + is %TRUE. If the width_pixels + argument is %FALSE, the width will be taken to be in canvas units, + and thus will be scaled along with the canvas item's affine + transformation. If width_pixels is %TRUE, the width will be taken + to be in pixels, and will visually remain a constant size even if + the item's affine transformation changes. + + + + + Determines whether the height argument is + taken into account when scaling the pixbuf item. Works in the + same way as the width_set argument. + The default is %FALSE. + + + + + Works in the same way as the width_pixels + argument. The default is %FALSE. - - - - - - - - - - - - - - - - - - + + Indicates the height the pixbuf will be scaled to. This argument + will only be used if the height_set argument + is %TRUE. Works in the same way as the width argument. + - - - + + Determines whether the x argument is used to + translate the pixbuf from its logical origin in item-relative + coordinates. + - + + If this argument is %TRUE, the pixbuf's translation with respect + to its logical origin in item-relative coordinates will be in + pixels, that is, the visible offset will not change even if the + item's affine transformation changes. If it is %FALSE, the + pixbuf's translation will be taken to be in canvas units, and thus + will change along with the item's affine transformation. + - - - - - - + + + Indicates the horizontal translation offset of the pixbuf item's + image. This argument will only be used if the x_set argument is + %TRUE. This ‘horizontal’ offset will actually be + modified by the item's affine transformation. + - - - + + Determines whether the y argument is used to + translate the pixbuf from its logical origin in item-relative + coordinates. Works in the same way as the x_set argument. The + default is %FALSE. + - + + Works in the same way as the x_pixels argument. + The default is %FALSE. + - + + + Indicates the vertical translation offset of the pixbuf item's + image. Works in the same way as the x argument. + + diff --git a/docs/reference/gdk-pixbuf/tmpl/refcounting.sgml b/docs/reference/gdk-pixbuf/tmpl/refcounting.sgml index 00b8723097..04ee946324 100644 --- a/docs/reference/gdk-pixbuf/tmpl/refcounting.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/refcounting.sgml @@ -34,7 +34,6 @@ Functions to perform reference counting on a #GdkPixbuf. @pixbuf: -