diff options
Diffstat (limited to 'gtk/gtkmisc.c')
-rw-r--r-- | gtk/gtkmisc.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk/gtkmisc.c b/gtk/gtkmisc.c index 591091dc65..71a84fb2d5 100644 --- a/gtk/gtkmisc.c +++ b/gtk/gtkmisc.c @@ -225,8 +225,8 @@ gtk_misc_set_alignment (GtkMisc *misc, * @xalign: location to store X alignment of @misc, or %NULL * @yalign: location to store Y alignment of @misc, or %NULL * - * Gets the X and Y alignment of the widget within its allocation. See - * gtk_misc_set_alignment(). + * Gets the X and Y alignment of the widget within its allocation. + * See gtk_misc_set_alignment(). **/ void gtk_misc_get_alignment (GtkMisc *misc, @@ -286,7 +286,8 @@ gtk_misc_set_padding (GtkMisc *misc, * @xpad: location to store padding in the X direction, or %NULL * @ypad: location to store padding in the Y direction, or %NULL * - * Gets the padding in the X and Y directions of the widget. See gtk_misc_set_padding(). + * Gets the padding in the X and Y directions of the widget. + * See gtk_misc_set_padding(). **/ void gtk_misc_get_padding (GtkMisc *misc, |