summaryrefslogtreecommitdiff
path: root/gtk/gtkalignment.c
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-06-24 21:55:40 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-06-24 21:55:40 +0000
commit3ec234a6c5ae2c763913368133b2c3d37f3b19d9 (patch)
treefb6f3022fa573f5d92829aeff17da3ff28bb8b0a /gtk/gtkalignment.c
parent7395e4dacd407dc03c1ab80a00d3ac43bd7ec65e (diff)
downloadgtk+-3ec234a6c5ae2c763913368133b2c3d37f3b19d9.tar.gz
Add a blurb for shadow_type.
2003-06-24 Matthias Clasen <maclas@gmx.de> * gtk/gtkspinbutton.c (gtk_spin_button_class_init): Add a blurb for shadow_type. * gtk/gtkwidget.c (gtk_widget_class_install_style_property_parser): (gtk_widget_class_list_style_properties): Use same parameter names as in header (to silence gtk-doc). * gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Fix doc comments.
Diffstat (limited to 'gtk/gtkalignment.c')
-rw-r--r--gtk/gtkalignment.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkalignment.c b/gtk/gtkalignment.c
index f27a13b7d8..01ba014188 100644
--- a/gtk/gtkalignment.c
+++ b/gtk/gtkalignment.c
@@ -519,7 +519,7 @@ gtk_alignment_size_allocate (GtkWidget *widget,
/**
* gtk_alignment_set_padding:
- * @alignment a #GtkAlignment
+ * @alignment: a #GtkAlignment
* @padding_top: the padding at the top of the widget
* @padding_bottom: the padding at the bottom of the widget
* @padding_left: the padding at the left of the widget
@@ -579,7 +579,7 @@ gtk_alignment_set_padding (GtkAlignment *alignment,
/**
* gtk_alignment_get_padding:
- * @alignment a #GtkAlignment
+ * @alignment: a #GtkAlignment
* @padding_top: location to store the padding for the top of the widget, or %NULL
* @padding_bottom: location to store the padding for the bottom of the widget, or %NULL
* @padding_left: location to store the padding for the left of the widget, or %NULL