summaryrefslogtreecommitdiff
path: root/docs/reference/gdk-pixbuf
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-05-08 06:25:46 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-05-08 06:25:46 +0000
commit7f37c65a7f6613ca980f09f07ab52a98f2b7457b (patch)
treed17f4ee8cbdc30e3426b4569d41c5b12da0fa386 /docs/reference/gdk-pixbuf
parent28b82792f5e263b71e97b7a7bcd65393aac9a9d7 (diff)
downloadgdk-pixbuf-7f37c65a7f6613ca980f09f07ab52a98f2b7457b.tar.gz
Additions
Diffstat (limited to 'docs/reference/gdk-pixbuf')
-rw-r--r--docs/reference/gdk-pixbuf/Makefile.am1
-rw-r--r--docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt1
-rw-r--r--docs/reference/gdk-pixbuf/tmpl/file-saving.sgml9
-rw-r--r--docs/reference/gdk-pixbuf/tmpl/inline.sgml14
-rw-r--r--docs/reference/gdk-pixbuf/tmpl/module_interface.sgml5
5 files changed, 25 insertions, 5 deletions
diff --git a/docs/reference/gdk-pixbuf/Makefile.am b/docs/reference/gdk-pixbuf/Makefile.am
index 3a8119203..718c192a4 100644
--- a/docs/reference/gdk-pixbuf/Makefile.am
+++ b/docs/reference/gdk-pixbuf/Makefile.am
@@ -28,6 +28,7 @@ IGNORE_HFILES= \
gdk-pixbuf-private.h \
io-gif-animation.h \
io-ani-animation.h \
+ xpm-color-table.h \
test-images.h
INCLUDES = \
diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt b/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt
index 2fb2f29be..1a3da87a9 100644
--- a/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt
+++ b/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt
@@ -250,6 +250,7 @@ XlibRgbCmap
XlibRgbDither
xlib_rgb_init
xlib_rgb_init_with_depth
+xlib_rgb_xpixel_from_rgb
xlib_rgb_gc_set_foreground
xlib_rgb_gc_set_background
xlib_draw_rgb_image
diff --git a/docs/reference/gdk-pixbuf/tmpl/file-saving.sgml b/docs/reference/gdk-pixbuf/tmpl/file-saving.sgml
index dc6ececac..a6360a16c 100644
--- a/docs/reference/gdk-pixbuf/tmpl/file-saving.sgml
+++ b/docs/reference/gdk-pixbuf/tmpl/file-saving.sgml
@@ -6,7 +6,11 @@ Saving a pixbuf to a file.
<!-- ##### SECTION Long_Description ##### -->
<para>
-
+These functions allow to save a #GdkPixbuf in a number of
+file formats. The formatted data can be written to a file
+or to a memory buffer. &gdk-pixbuf; can also call a user-defined
+callback on the data, which allows to e.g. write the image
+to a socket or store it in a database.
</para>
<!-- ##### SECTION See_Also ##### -->
@@ -14,6 +18,9 @@ Saving a pixbuf to a file.
</para>
+<!-- ##### SECTION Stability_Level ##### -->
+
+
<!-- ##### FUNCTION gdk_pixbuf_savev ##### -->
<para>
diff --git a/docs/reference/gdk-pixbuf/tmpl/inline.sgml b/docs/reference/gdk-pixbuf/tmpl/inline.sgml
index 4a2f3d952..f9dfe8d33 100644
--- a/docs/reference/gdk-pixbuf/tmpl/inline.sgml
+++ b/docs/reference/gdk-pixbuf/tmpl/inline.sgml
@@ -5,15 +5,23 @@ Inline data
Functions for inlined pixbuf handling.
<!-- ##### SECTION Long_Description ##### -->
- <para>
-
- </para>
+<para>
+Using #GdkPixdata, images can be compiled into an application,
+making it unnecessary to refer to external image files at runtime.
+&gdk-pixbuf; includes a utility named gdk-pixbuf-csource, which
+can be used to convert image files into #GdkPixdata structures suitable
+for inclusion in C sources. To convert the #GdkPixdata structures back
+into #GdkPixbuf<!-- -->s, use gdk_pixbuf_from_pixdata.
+</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
+<!-- ##### SECTION Stability_Level ##### -->
+
+
<!-- ##### STRUCT GdkPixdata ##### -->
<para>
diff --git a/docs/reference/gdk-pixbuf/tmpl/module_interface.sgml b/docs/reference/gdk-pixbuf/tmpl/module_interface.sgml
index cfc176e31..ac12c39e3 100644
--- a/docs/reference/gdk-pixbuf/tmpl/module_interface.sgml
+++ b/docs/reference/gdk-pixbuf/tmpl/module_interface.sgml
@@ -65,6 +65,9 @@ They are not covered by the same stability guarantees as the regular
</para>
+<!-- ##### SECTION Stability_Level ##### -->
+
+
<!-- ##### FUNCTION gdk_pixbuf_set_option ##### -->
<para>
@@ -337,7 +340,7 @@ is loaded and must set the function pointers of the #GdkPixbufModule.
@load_increment: continues an incremental load.
@load_animation: loads an animation from a file.
@save: saves a #GdkPixbuf to a file.
-@save_to_callback:
+@save_to_callback: saves a #GdkPixbuf by calling the given #GdkPixbufSaveFunc.
<!-- ##### STRUCT GdkPixbufAnimationClass ##### -->
<para>