diff options
author | Johan Dahlin <jdahlin@async.com.br> | 2008-06-20 13:54:31 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-06-20 13:54:31 +0000 |
commit | e46eeab2a95bd4041cc32bb624a6c0a80334e84c (patch) | |
tree | deb48075b9ecef71f78080926a64978bc2e6fbce /gtk/gtklayout.c | |
parent | 38684d0a3563e61ace390097aecdcc701cae3df2 (diff) | |
download | gtk+-e46eeab2a95bd4041cc32bb624a6c0a80334e84c.tar.gz |
Add missing Since: gtk-doc markup for newly added GSEAL API. Change all
2008-06-20 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkaccelgroup.c:
* gtk/gtkcolorseldialog.c:
* gtk/gtkcontainer.c:
* gtk/gtkdialog.c:
* gtk/gtkentry.c (gtk_entry_class_init):
* gtk/gtkfontsel.c:
* gtk/gtkhandlebox.c:
* gtk/gtklayout.c:
* gtk/gtkmenu.c (gtk_menu_class_init):
* gtk/gtkmenuitem.c (gtk_menu_item_class_init):
* gtk/gtkplug.c (gtk_plug_class_init):
* gtk/gtkselection.c:
* gtk/gtksocket.c:
* gtk/gtktreeselection.c:
* gtk/gtkwidget.c (gtk_widget_class_init):
* gtk/gtkwindow.c:
Add missing Since: gtk-doc markup for newly added GSEAL API.
Change all Since: GSEAL-branch to Since: 2.14.
svn path=/trunk/; revision=20639
Diffstat (limited to 'gtk/gtklayout.c')
-rw-r--r-- | gtk/gtklayout.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/gtklayout.c b/gtk/gtklayout.c index 82cf4c6105..87ddaeb024 100644 --- a/gtk/gtklayout.c +++ b/gtk/gtklayout.c @@ -150,9 +150,11 @@ gtk_layout_new (GtkAdjustment *hadjustment, * Retrieve the bin window of the layout used for drawing operations. * * Return value: a #GdkWindow + * + * Since: 2.14 **/ GdkWindow* -gtk_layout_get_bin_window (GtkLayout *layout) +gtk_layout_get_bin_window (GtkLayout *layout) { g_return_val_if_fail (GTK_IS_LAYOUT (layout), NULL); |