summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2013-03-27 09:40:09 +0100
committerAlexander Larsson <alexl@redhat.com>2013-03-27 09:40:09 +0100
commitcecf3657f70e37d922f25a9bcaab41690237b85a (patch)
tree18029a9e32cda5211b12a25c7df6d0c7955ab0a0
parentd1795a536bec227740c52b27a0c45fc2f4d9c167 (diff)
downloadgtk+-cecf3657f70e37d922f25a9bcaab41690237b85a.tar.gz
GtkBox: Add missing Since in docs
-rw-r--r--gtk/gtkbox.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkbox.c b/gtk/gtkbox.c
index c1e916aa6f..f4e88eb379 100644
--- a/gtk/gtkbox.c
+++ b/gtk/gtkbox.c
@@ -1794,6 +1794,8 @@ gtk_box_get_spacing (GtkBox *box)
* and the baseline is not allocated by the parent then
* @position is used to allocate the baseline wrt the
* extra space available.
+ *
+ * Since: 3.10
*/
void
gtk_box_set_baseline_position (GtkBox *box,
@@ -1822,6 +1824,8 @@ gtk_box_set_baseline_position (GtkBox *box,
* Gets the value set by gtk_box_set_baseline_position().
*
* Return value: the baseline position
+ *
+ * Since: 3.10
**/
GtkBaselinePosition
gtk_box_get_baseline_position (GtkBox *box)