summaryrefslogtreecommitdiff
path: root/gtk/gtkborder.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/gtkborder.c
parent2d266d107b2db1c1bf478bf7c93e38884c86c366 (diff)
downloadgtk+-91f7b9663fb17ebe26a28ec589a727397eef0967.tar.gz
gtk: Clean up docs syntax
Replace leftover gtk-doc syntax (#Type) with backquotes.
Diffstat (limited to 'gtk/gtkborder.c')
-rw-r--r--gtk/gtkborder.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/gtk/gtkborder.c b/gtk/gtkborder.c
index 434f38e864..443a90687e 100644
--- a/gtk/gtkborder.c
+++ b/gtk/gtkborder.c
@@ -29,10 +29,10 @@
/**
* gtk_border_new:
*
- * Allocates a new #GtkBorder-struct and initializes its elements to zero.
+ * Allocates a new `GtkBorder` struct and initializes its elements to zero.
*
- * Returns: (transfer full): a newly allocated #GtkBorder-struct.
- * Free with gtk_border_free()
+ * Returns: (transfer full): a newly allocated `GtkBorder` struct.
+ * Free with [method@Gtk.Border.free]
*/
GtkBorder *
gtk_border_new (void)
@@ -42,9 +42,9 @@ gtk_border_new (void)
/**
* gtk_border_copy:
- * @border_: a #GtkBorder-struct
+ * @border_: a `GtkBorder` struct
*
- * Copies a #GtkBorder-struct.
+ * Copies a `GtkBorder`.
*
* Returns: (transfer full): a copy of @border_.
*/
@@ -58,9 +58,9 @@ gtk_border_copy (const GtkBorder *border_)
/**
* gtk_border_free:
- * @border_: a #GtkBorder-struct
+ * @border_: a `GtkBorder` struct
*
- * Frees a #GtkBorder-struct.
+ * Frees a `GtkBorder`.
*/
void
gtk_border_free (GtkBorder *border_)