diff options
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf.c b/gdk-pixbuf/gdk-pixbuf.c index b03cbd7d2..5b1dd5659 100644 --- a/gdk-pixbuf/gdk-pixbuf.c +++ b/gdk-pixbuf/gdk-pixbuf.c @@ -552,7 +552,9 @@ gdk_pixbuf_get_pixels (const GdkPixbuf *pixbuf) * memory. * * Rename to: gdk_pixbuf_get_pixels - **/ + * + * Since: 2.26 + */ guchar * gdk_pixbuf_get_pixels_with_length (const GdkPixbuf *pixbuf, guint *length) |