diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-01-23 22:33:44 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-01-23 22:33:44 -0500 |
commit | 2de7f760e545b471ac5a633e2710dfd38841d784 (patch) | |
tree | ced9f608d7fdc9104a087d0e8e375742ff718fe2 /gdk/gdkgltexture.c | |
parent | d339a43634cc90ff964ab846390e7b7fd20474fb (diff) | |
download | gtk+-2de7f760e545b471ac5a633e2710dfd38841d784.tar.gz |
gl texture: fix a typo
Diffstat (limited to 'gdk/gdkgltexture.c')
-rw-r--r-- | gdk/gdkgltexture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkgltexture.c b/gdk/gdkgltexture.c index e110b6670b..5688513528 100644 --- a/gdk/gdkgltexture.c +++ b/gdk/gdkgltexture.c @@ -189,7 +189,7 @@ gdk_gl_texture_release (GdkGLTexture *self) * * Note that the GL texture must not be modified until @destroy is called, * which will happen when the GdkTexture object is finalized, or due to - * an explicit call of gdk_texture_release_gl(). + * an explicit call of gdk_gl_texture_release(). * * Return value: (transfer full): A newly-created #GdkTexture */ |