]> Pileus Git - ~andy/gtk/commitdiff
Additions
authorMatthias Clasen <matthiasc@src.gnome.org>
Sun, 8 May 2005 06:25:46 +0000 (06:25 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 8 May 2005 06:25:46 +0000 (06:25 +0000)
docs/reference/ChangeLog
docs/reference/gdk-pixbuf/Makefile.am
docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt
docs/reference/gdk-pixbuf/tmpl/file-saving.sgml
docs/reference/gdk-pixbuf/tmpl/inline.sgml
docs/reference/gdk-pixbuf/tmpl/module_interface.sgml

index 8c1f0285bd2e17d7ac9343197bbc852a866f0182..e00cd68049391b4e7f1512952f9a9ddec27dcacb 100644 (file)
@@ -1,5 +1,14 @@
 2005-05-08  Matthias Clasen  <mclasen@redhat.com>
 
+       * gdk-pixbuf/tmpl/inline.sgml: 
+       * gdk-pixbuf/tmpl/file-saving.sgml: Add long descriptions.
+
+       * gdk-pixbuf/tmpl/module_interface.sgml: Small additions.
+
+       * gdk-pixbuf/gdk-pixbuf-sections.txt: Add a missing function.
+
+       * gdk-pixbuf/Makefile.am (IGNORE_HFILES): Add xpm-color-table.h
+
        * gdk/Makefile.am (IGNORE_HFILES): Add keyname-table.h
 
        * gdk/gdk-sections.txt: Add gdk_cairo_set_source_color,
index 3a8119203d063089eed27ff88fa7c49aeda2a942..718c192a415c2818385a1c7abc2ea6460ffa67ed 100644 (file)
@@ -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 =                     \
index 2fb2f29be9720ad523e10d09ce0460ac65456c76..1a3da87a91641259b3cdf0d76e7428cabec8f962 100644 (file)
@@ -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
index dc6ececac0546091a1fabaf4bc7db0a21ea802e7..a6360a16c34e9266b08c99c8a5b0956a2622f470 100644 (file)
@@ -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>
 
index 4a2f3d952a80f6f406ca31d07d8eb40f9aa13df3..f9dfe8d33094ed2c9ba5e25ab6c9ae410c6526d1 100644 (file)
@@ -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>
 
index cfc176e318683e12369b010e228702bda6b5c432..ac12c39e38d4b93cb5c6c8728a2dc172e9f2d9cb 100644 (file)
@@ -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>