mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +00:00
gskglshader: Correct typo in source property
This commit is contained in:
parent
1ef320a9ec
commit
a931335f24
@ -439,7 +439,7 @@ gsk_gl_shader_class_init (GskGLShaderClass *klass)
|
|||||||
object_class->constructed = gsk_gl_shader_constructed;
|
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`.
|
* The source code for the shader, as a `GBytes`.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user