[gdk-pixbuf] io: Fix typo in documentation ( "the the" -> "the" )



commit f63a1d4125a9a67b73c6867c4f0c98b9c6b58888
Author: vrishab <gnome vrb gmail com>
Date:   Sat Dec 24 05:33:50 2016 +0530

    io: Fix typo in documentation ( "the the" -> "the" )
    
    https://bugzilla.gnome.org/show_bug.cgi?id=776457

 gdk-pixbuf/gdk-pixbuf-animation.c |    2 +-
 gdk-pixbuf/gdk-pixbuf-io.c        |   10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gdk-pixbuf/gdk-pixbuf-animation.c b/gdk-pixbuf/gdk-pixbuf-animation.c
index e567da4..9bb3872 100644
--- a/gdk-pixbuf/gdk-pixbuf-animation.c
+++ b/gdk-pixbuf/gdk-pixbuf-animation.c
@@ -415,7 +415,7 @@ animation_new_from_stream_thread (GTask        *task,
  * gdk_pixbuf_animation_new_from_stream_async:
  * @stream: a #GInputStream from which to load the animation
  * @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 pixbuf is loaded
  * @user_data: the data to pass to the callback function
  *
  * Creates a new animation by asynchronously loading an image from an input stream.
diff --git a/gdk-pixbuf/gdk-pixbuf-io.c b/gdk-pixbuf/gdk-pixbuf-io.c
index 0d25e4b..4295cfe 100644
--- a/gdk-pixbuf/gdk-pixbuf-io.c
+++ b/gdk-pixbuf/gdk-pixbuf-io.c
@@ -1574,7 +1574,7 @@ new_from_stream_thread (GTask              *task,
  * @height: the height the image should have or -1 to not constrain the height
  * @preserve_aspect_ratio: %TRUE to preserve the image's aspect ratio
  * @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 pixbuf is loaded
  * @user_data: the data to pass to the callback function
  *
  * Creates a new pixbuf by asynchronously loading an image from an input stream.
@@ -1780,7 +1780,7 @@ gdk_pixbuf_new_from_resource_at_scale (const char *resource_path,
  * gdk_pixbuf_new_from_stream_async:
  * @stream: a #GInputStream from which to load the pixbuf
  * @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 pixbuf is loaded
  * @user_data: the data to pass to the callback function
  *
  * Creates a new pixbuf by asynchronously loading an image from an input stream.
@@ -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 file info is available
+ * @callback: a #GAsyncReadyCallback to call when 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 saved
+ * @callback: a #GAsyncReadyCallback to call when 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 saved
+ * @callback: a #GAsyncReadyCallback to call when 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]