diff options
author | Matthias Clasen <mclasen@redhat.com> | 2008-02-15 23:42:42 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-02-15 23:42:42 +0000 |
commit | 45e33fe9c2e10ffd0784e684f7ab73c103dd152e (patch) | |
tree | c9a608fc6ba03028621d0b05bca28a1058ec1d08 /gdk-pixbuf/gdk-pixbuf-io.c | |
parent | a6ccc040a26c2b9fba4f6f44732eaa5361367d5e (diff) | |
download | gtk+-45e33fe9c2e10ffd0784e684f7ab73c103dd152e.tar.gz |
Go back to 2.13.0 as version for now, as there was no consensus to do the
2008-02-15 Matthias Clasen <mclasen@redhat.com>
* configure.in: Go back to 2.13.0 as version for now,
as there was no consensus to do the jump.
* many other places: Update Since: tags.
svn path=/trunk/; revision=19586
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-io.c')
-rw-r--r-- | 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 30cffb37e2..0255cbfb40 100644 --- a/gdk-pixbuf/gdk-pixbuf-io.c +++ b/gdk-pixbuf/gdk-pixbuf-io.c @@ -1290,7 +1290,7 @@ load_from_stream (GdkPixbufLoader *loader, * not supported, there was not enough memory to allocate the image buffer, * the stream contained invalid data, or the operation was cancelled. * - * Since: 2.16 + * Since: 2.14 */ GdkPixbuf * gdk_pixbuf_new_from_stream_at_scale (GInputStream *stream, @@ -1340,7 +1340,7 @@ gdk_pixbuf_new_from_stream_at_scale (GInputStream *stream, * not supported, there was not enough memory to allocate the image buffer, * the stream contained invalid data, or the operation was cancelled. * - * Since: 2.16 + * Since: 2.14 **/ GdkPixbuf * gdk_pixbuf_new_from_stream (GInputStream *stream, @@ -2274,7 +2274,7 @@ save_to_stream (const gchar *buffer, * Returns: %TRUE if the pixbuf was saved successfully, %FALSE if an * error was set. * - * Since: 2.16 + * Since: 2.14 */ gboolean gdk_pixbuf_save_to_stream (GdkPixbuf *pixbuf, |