[gdk-pixbuf] Revert "lib: Annotate var-arg gdk_pixbuf_save*()"



commit 8b65e80f2eaa063f746a73afbaad961c06919e70
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Mar 5 13:53:09 2015 +0100

    Revert "lib: Annotate var-arg gdk_pixbuf_save*()"
    
    This reverts commit 112eab418137df2d2f5f97e75fb48f17e7f771e7.
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=670372

 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 ebfdbd3..367d45c 100644
--- a/gdk-pixbuf/gdk-pixbuf-io.c
+++ b/gdk-pixbuf/gdk-pixbuf-io.c
@@ -2493,7 +2493,7 @@ gdk_pixbuf_save (GdkPixbuf  *pixbuf,
 #endif
 
 /**
- * gdk_pixbuf_savev: (rename-to gdk_pixbuf_save)
+ * gdk_pixbuf_savev:
  * @pixbuf: a #GdkPixbuf.
  * @filename: name of file to save.
  * @type: name of file format.
@@ -2654,7 +2654,7 @@ gdk_pixbuf_save_to_callback    (GdkPixbuf  *pixbuf,
 }
 
 /**
- * gdk_pixbuf_save_to_callbackv: (rename-to gdk_pixbuf_save_to_callback)
+ * gdk_pixbuf_save_to_callbackv:
  * @pixbuf: a #GdkPixbuf.
  * @save_func: (scope call): a function that is called to save each block of data that
  *   the save routine generates.
@@ -2790,7 +2790,7 @@ save_to_buffer_callback (const gchar *data,
 }
 
 /**
- * gdk_pixbuf_save_to_bufferv: (rename-to gdk_pixbuf_save_to_buffer)
+ * gdk_pixbuf_save_to_bufferv:
  * @pixbuf: a #GdkPixbuf.
  * @buffer: (array length=buffer_size) (out) (element-type guint8):
  *   location to receive a pointer to the new buffer.


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