glcontext: Improve documentation on get_use_es api

This commit is contained in:
Pablo Correa Gómez 2022-05-30 20:47:40 +02:00
parent 0f21f6c273
commit 826fdc4a80
No known key found for this signature in database
GPG Key ID: 7A342565FF635F79

View File

@ -1348,7 +1348,9 @@ gdk_gl_context_set_use_es (GdkGLContext *context,
*
* Checks whether the @context is using an OpenGL or OpenGL ES profile.
*
* Returns: %TRUE if the `GdkGLContext` is using an OpenGL ES profile
* Returns: %TRUE if the `GdkGLContext` is using an OpenGL ES profile;
* %FALSE if other profile is in use of if the @context has not yet
* been realized.
*/
gboolean
gdk_gl_context_get_use_es (GdkGLContext *context)