diff options
Diffstat (limited to 'gtk/gtkbox.c')
-rw-r--r-- | gtk/gtkbox.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkbox.c b/gtk/gtkbox.c index a1ae76fa8f..cd7827e65a 100644 --- a/gtk/gtkbox.c +++ b/gtk/gtkbox.c @@ -409,7 +409,7 @@ gtk_box_set_spacing (GtkBox *box, * gtk_box_get_spacing: (attributes org.gtk.Method.get_property=spacing) * @box: a `GtkBox` * - * Gets the value set by gtk_box_set_spacing(). + * Gets the value set by [method@Gtk.Box.set_spacing]. * * Returns: spacing between children */ @@ -458,7 +458,7 @@ gtk_box_set_baseline_position (GtkBox *box, * gtk_box_get_baseline_position: (attributes org.gtk.Method.get_property=baseline-position) * @box: a `GtkBox` * - * Gets the value set by gtk_box_set_baseline_position(). + * Gets the value set by [method@Gtk.Box.set_baseline_position]. * * Returns: the baseline position */ |