[gtkmm/gtkmm-2-24] Pixbuf: Minor documentation improvement.



commit 620450748f0160c8e40156163f91bc694eb66bff
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Feb 2 10:06:05 2011 +0100

    Pixbuf: Minor documentation improvement.
    
    	* gdk/src/pixbuf.hg: Dealt with a TODO comment.

 ChangeLog         |    6 ++++++
 gdk/src/pixbuf.hg |   10 +++++++---
 2 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 75e8da2..4a22c89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-02-02  Murray Cumming  <murrayc murrayc com>
+
+	Pixbuf: Minor documentation improvement.
+
+	* gdk/src/pixbuf.hg: Dealt with a TODO comment.
+
 2011-02-01  Murray Cumming  <murrayc murrayc com>
 
 	ComboEntryText: Add append(), prepend() and insert().
diff --git a/gdk/src/pixbuf.hg b/gdk/src/pixbuf.hg
index c45d236..5f33591 100644
--- a/gdk/src/pixbuf.hg
+++ b/gdk/src/pixbuf.hg
@@ -409,8 +409,8 @@ public:
 
   /** Saves pixbuf to a file in format @a type.
    * By default, "jpeg", "png", "ico" and "bmp" are possible file formats to save in, but more formats may be installed.
-   * TThe list of all writable formats can be determined by using Gdk::Pixbuf::get_formats() with
-   * Gdk::PixbufFormat::is_writable().
+   * The list of all writable formats can be determined by using get_formats() with
+   * is_writable().
    *
    * @param filename The path of the file to be created.
    * @param type The file type.
@@ -423,7 +423,7 @@ public:
 
   /** Saves pixbuf to a file in format @a type.
    * By default, "jpeg", "png", "ico" and "bmp" are possible file formats to save in, but more formats may be installed.
-   * TThe list of all writable formats can be determined by using Gdk::Pixbuf::get_formats() with
+   * TThe list of all writable formats can be determined by using get_formats() with
    * Gdk::PixbufFormat::is_writable().
    *
    * The @a option_keys and @option_values, if not empty, should contain pairs of strings that modify the save parameters.
@@ -600,6 +600,10 @@ gboolean gdk_pixbuf_save_to_callbackv   (GdkPixbuf  *pixbuf,
 
 
   typedef Glib::SListHandle< Glib::RefPtr<PixbufFormat>, PixbufFormatTraits > SListHandle_PixbufFormat;
+  
+  /** Obtains the available information about the image formats supported by GdkPixbuf.
+   * @result A list of PixbufFormats describing the supported image formats. 
+   */
   static SListHandle_PixbufFormat get_formats();
   _IGNORE(gdk_pixbuf_get_formats)
 };



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]