This is a constructor, and it needs a transfer annotation.
Sadly, the resulting introspection representation is going to be a less
than satisfactory `Gdk.gl_texture_new()`, because there is no such thing
as a GdkGLTexture in the public API.
}
/**
- * gdk_gl_texture_new:
+ * gdk_gl_texture_new: (constructor)
* @context: a #GdkGLContext
* @id: the ID of a texture that was created with @context
* @width: the nominal width of the texture
* which will happen when the GdkTexture object is finalized, or due to
* an explicit call of gdk_texture_release_gl().
*
- * Return value: A newly-created #GdkTexture
- **/
+ * Return value: (transfer full): A newly-created #GdkTexture
+ */
GdkTexture *
gdk_gl_texture_new (GdkGLContext *context,
guint id,