summaryrefslogtreecommitdiff
path: root/gsk/ngl/gskngluniformstateprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-05-19 23:40:54 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-05-22 17:25:26 -0400
commit2d266d107b2db1c1bf478bf7c93e38884c86c366 (patch)
tree056917bb564ad7593bae086ac86c531b7a6208d8 /gsk/ngl/gskngluniformstateprivate.h
parentfff2b3c71051bf30c175e9e50a54439812029a59 (diff)
downloadgtk+-2d266d107b2db1c1bf478bf7c93e38884c86c366.tar.gz
gsk: Clean up docs syntax
Replace leftover gtk-doc syntax (#Type) with backquotes.
Diffstat (limited to 'gsk/ngl/gskngluniformstateprivate.h')
-rw-r--r--gsk/ngl/gskngluniformstateprivate.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gsk/ngl/gskngluniformstateprivate.h b/gsk/ngl/gskngluniformstateprivate.h
index be36c6e88a..d792675e3a 100644
--- a/gsk/ngl/gskngluniformstateprivate.h
+++ b/gsk/ngl/gskngluniformstateprivate.h
@@ -519,7 +519,7 @@ gsk_ngl_uniform_state_set_matrix (GskNglUniformState *state,
/**
* gsk_ngl_uniform_state_set_texture:
- * @state: a #GskNglUniformState
+ * @state: a `GskNglUniformState`
* @program: the program id
* @location: the location of the texture
* @texture_slot: a texturing slot such as GL_TEXTURE0
@@ -559,7 +559,7 @@ gsk_ngl_uniform_state_set_texture (GskNglUniformState *state,
/**
* gsk_ngl_uniform_state_set_color:
- * @state: a #GskNglUniformState
+ * @state: a `GskNglUniformState`
* @program: a program id > 0
* @location: the uniform location
* @color: a color to set or %NULL for transparent
@@ -724,9 +724,9 @@ gsk_ngl_uniform_state_fmix (guint program,
* @info: the uniform info
*
* This function can be used to apply state that was previously recorded
- * by the #GskNglUniformState.
+ * by the `GskNglUniformState`.
*
- * It is specifically useful from the GskNglCommandQueue to execute uniform
+ * It is specifically useful from the `GskNglCommandQueue` to execute uniform
* changes but only when they have changed from the current value.
*/
static inline void