gskglshader: Correct typo in source property

This commit is contained in:
Maximiliano Sandoval 2024-05-25 18:45:31 +02:00
parent 1ef320a9ec
commit a931335f24
No known key found for this signature in database
GPG Key ID: D64A8D747F6FE706

View File

@ -439,7 +439,7 @@ gsk_gl_shader_class_init (GskGLShaderClass *klass)
object_class->constructed = gsk_gl_shader_constructed;
/**
* GskGLShader:sourcecode: (attributes org.gtk.Property.get=gsk_gl_shader_get_source)
* GskGLShader:source: (attributes org.gtk.Property.get=gsk_gl_shader_get_source)
*
* The source code for the shader, as a `GBytes`.
*/