[gtk+/wip/baseline3] GtkGrid: Add missing Since docs



commit d1795a536bec227740c52b27a0c45fc2f4d9c167
Author: Alexander Larsson <alexl redhat com>
Date:   Wed Mar 27 09:39:44 2013 +0100

    GtkGrid: Add missing Since docs

 gtk/gtkgrid.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkgrid.c b/gtk/gtkgrid.c
index 30a5e01..e5bd669 100644
--- a/gtk/gtkgrid.c
+++ b/gtk/gtkgrid.c
@@ -2468,6 +2468,8 @@ get_row_properties_or_default (GtkGrid      *grid,
  *
  * Sets how the baseline should be positioned on @row of the
  * grid, in case that row is assigned more space than is requested.
+ *
+ * Since: 3.10
  */
 void
 gtk_grid_set_row_baseline_position (GtkGrid            *grid,
@@ -2499,6 +2501,8 @@ gtk_grid_set_row_baseline_position (GtkGrid            *grid,
  * %GTK_BASELINE_POSITION_CENTER.
  *
  * Returns: the baseline position of @row
+ *
+ * Since: 3.10
  */
 GtkBaselinePosition
 gtk_grid_get_row_baseline_position (GtkGrid      *grid,
@@ -2524,6 +2528,8 @@ gtk_grid_get_row_baseline_position (GtkGrid      *grid,
  * parent of the @grid.
  *
  * Returns: the row index defining the global baseline
+ *
+ * Since: 3.10
  */
 void
 gtk_grid_set_baseline_row (GtkGrid *grid,
@@ -2552,6 +2558,8 @@ gtk_grid_set_baseline_row (GtkGrid *grid,
  * Returns which row defines the global baseline of @grid.
  *
  * Returns: the row index defining the global baseline
+ *
+ * Since: 3.10
  */
 gint
 gtk_grid_get_baseline_row (GtkGrid         *grid)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]