diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-10-18 13:38:08 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-10-18 13:38:08 +0200 |
commit | 6fb8f611240cf32bde9451c47e138b54242a6959 (patch) | |
tree | 1365dde881f515498184822a1f027431f0b12fbc /gdk/gdkgl.c | |
parent | 310a1f7e90dfb046db98701f38af0943ce442cc1 (diff) | |
download | gtk+-6fb8f611240cf32bde9451c47e138b54242a6959.tar.gz |
gdk: Fix Since tag of gdk_cairo_surface_upload_to_gl
Diffstat (limited to 'gdk/gdkgl.c')
-rw-r--r-- | gdk/gdkgl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkgl.c b/gdk/gdkgl.c index 3535f3a04b..e3594c2a98 100644 --- a/gdk/gdkgl.c +++ b/gdk/gdkgl.c @@ -826,7 +826,7 @@ gdk_gl_texture_from_surface (cairo_surface_t *surface, * * Uploads the contents of a Cairo @surface to a GL texture @target. * - * Since: 3.22 + * Since: 3.90 */ void gdk_cairo_surface_upload_to_gl (cairo_surface_t *surface, |