summaryrefslogtreecommitdiff
path: root/gtk/gtkexpression.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-05-20 09:17:04 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-05-22 17:25:26 -0400
commit91f7b9663fb17ebe26a28ec589a727397eef0967 (patch)
tree0d53b59b4e28bd4c879bf2081f8bef1993a5b298 /gtk/gtkexpression.c
parent2d266d107b2db1c1bf478bf7c93e38884c86c366 (diff)
downloadgtk+-91f7b9663fb17ebe26a28ec589a727397eef0967.tar.gz
gtk: Clean up docs syntax
Replace leftover gtk-doc syntax (#Type) with backquotes.
Diffstat (limited to 'gtk/gtkexpression.c')
-rw-r--r--gtk/gtkexpression.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkexpression.c b/gtk/gtkexpression.c
index 17a511ff4f..bb8bdb177f 100644
--- a/gtk/gtkexpression.c
+++ b/gtk/gtkexpression.c
@@ -244,14 +244,14 @@ G_DEFINE_BOXED_TYPE (GtkExpressionWatch, gtk_expression_watch,
* GTK_DEFINE_EXPRESSION_TYPE:
* @TypeName: the type name, in camel case
* @type_name: the type name, in snake case
- * @type_info: the address of the #GtkExpressionTypeInfo for the expression type
+ * @type_info: the address of the `GtkExpressionTypeInfo` for the expression type
*
- * Registers a new #GtkExpression subclass with the given @TypeName and @type_info.
+ * Registers a new `GtkExpression` subclass with the given @TypeName and @type_info.
*
* Similarly to %G_DEFINE_TYPE, this macro will generate a `get_type()`
* function that registers the event type.
*
- * You can specify code to be run after the type registration; the #GType of
+ * You can specify code to be run after the type registration; the `GType` of
* the event is available in the `gtk_define_expression_type_id` variable.
*/
#define GTK_DEFINE_EXPRESSION_TYPE(TypeName, type_name, type_info) \