GtkWidget: Add missing Since docs

This commit is contained in:
Alexander Larsson 2013-03-27 09:43:40 +01:00
parent c630804647
commit ac8817d34b

View File

@ -13687,6 +13687,8 @@ gtk_widget_set_halign (GtkWidget *widget,
* %GTK_ALIGN_BASELINE.
*
* Returns: the vertical alignment of @widget
*
* Since: 3.10
*/
GtkAlign
gtk_widget_get_valign_with_baseline (GtkWidget *widget)
@ -14503,6 +14505,8 @@ gtk_widget_get_allocated_height (GtkWidget *widget)
* widgets in #GtkWidget::size_allocate.
*
* Returns: the baseline of the @widget, or -1 if none
*
* Since: 3.10
**/
int
gtk_widget_get_allocated_baseline (GtkWidget *widget)