[gdk-pixbuf] io: Fix incorrect documentation



commit d347d2db9b31bba90b13a0f44aacca45a27e2ca1
Author: vrishab <gnome vrb gmail com>
Date:   Sat Dec 24 05:28:54 2016 +0530

    io: Fix incorrect documentation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=776457

 gdk-pixbuf/gdk-pixbuf-io.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gdk-pixbuf/gdk-pixbuf-io.c b/gdk-pixbuf/gdk-pixbuf-io.c
index 40249ca..0d25e4b 100644
--- a/gdk-pixbuf/gdk-pixbuf-io.c
+++ b/gdk-pixbuf/gdk-pixbuf-io.c
@@ -1971,7 +1971,7 @@ get_file_info_thread (GTask                *task,
  * gdk_pixbuf_get_file_info_async:
  * @filename: The name of the file to identify
  * @cancellable: (allow-none): optional #GCancellable object, %NULL to ignore
- * @callback: a #GAsyncReadyCallback to call when the the pixbuf is loaded
+ * @callback: a #GAsyncReadyCallback to call when the the file info is available
  * @user_data: the data to pass to the callback function
  *
  * Asynchronously parses an image file far enough to determine its
@@ -2962,7 +2962,7 @@ save_to_stream_thread (GTask                 *task,
  * @option_keys: (array zero-terminated=1): name of options to set, %NULL-terminated
  * @option_values: (array zero-terminated=1): values for named options
  * @cancellable: (allow-none): optional #GCancellable object, %NULL to ignore
- * @callback: a #GAsyncReadyCallback to call when the the pixbuf is loaded
+ * @callback: a #GAsyncReadyCallback to call when the the pixbuf is saved
  * @user_data: the data to pass to the callback function
  *
  * Saves @pixbuf to an output stream asynchronously.
@@ -3013,7 +3013,7 @@ gdk_pixbuf_save_to_streamv_async (GdkPixbuf           *pixbuf,
  * @stream: a #GOutputStream to which to save the pixbuf
  * @type: name of file format
  * @cancellable: (allow-none): optional #GCancellable object, %NULL to ignore
- * @callback: a #GAsyncReadyCallback to call when the the pixbuf is loaded
+ * @callback: a #GAsyncReadyCallback to call when the the pixbuf is saved
  * @user_data: the data to pass to the callback function
  * @...: list of key-value save options
  *


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