docs: Fix various issues in texture builder docs

This commit is contained in:
Benjamin Otte 2024-10-30 13:16:38 +01:00 committed by Matthias Clasen
parent 926e969abb
commit 8b9ab19f15
2 changed files with 2 additions and 2 deletions

View File

@ -876,7 +876,7 @@ gdk_dmabuf_texture_builder_set_offset (GdkDmabufTextureBuilder *self,
*
* Gets the color state previously set via gdk_dmabuf_texture_builder_set_color_state().
*
* Returns: (nullable): the color state
* Returns: (nullable) (transfer none): the color state
*
* Since: 4.16
*/

View File

@ -647,7 +647,7 @@ gdk_gl_texture_builder_set_sync (GdkGLTextureBuilder *self,
*
* Gets the color state previously set via gdk_gl_texture_builder_set_color_state().
*
* Returns: the color state
* Returns: (transfer none): the color state
*
* Since: 4.16
*/