summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2015-03-05 13:53:09 +0100
committerBastien Nocera <hadess@hadess.net>2015-03-05 13:53:09 +0100
commit8b65e80f2eaa063f746a73afbaad961c06919e70 (patch)
tree01382b5a41f9048ba9b666c10ca5896fda5557f8 /gdk-pixbuf
parente0d0a93da21d3acae03325f8b878119d69bdac9b (diff)
downloadgdk-pixbuf-8b65e80f2eaa063f746a73afbaad961c06919e70.tar.gz
Revert "lib: Annotate var-arg gdk_pixbuf_save*()"
This reverts commit 112eab418137df2d2f5f97e75fb48f17e7f771e7. See https://bugzilla.gnome.org/show_bug.cgi?id=670372
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r--gdk-pixbuf/gdk-pixbuf-io.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-io.c b/gdk-pixbuf/gdk-pixbuf-io.c
index ebfdbd315..367d45c0a 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.