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
This commit is contained in:
Johan Dahlin
2008-06-20 13:54:31 +00:00
committed by Johan Dahlin
parent 38684d0a35
commit e46eeab2a9
17 changed files with 94 additions and 37 deletions

View File

@ -639,7 +639,7 @@ gtk_entry_class_init (GtkEntryClass *class)
*
* If text is overwritten when typing in the #GtkEntry.
*
* Since: GSEAL-branch
* Since: 2.14
*/
g_object_class_install_property (gobject_class,
PROP_OVERWRITE_MODE,
@ -653,7 +653,7 @@ gtk_entry_class_init (GtkEntryClass *class)
*
* The length of the text in the #GtkEntry.
*
* Since: GSEAL-branch
* Since: 2.14
*/
g_object_class_install_property (gobject_class,
PROP_TEXT_LENGTH,
@ -4679,7 +4679,7 @@ gtk_entry_set_editable (GtkEntry *entry,
*
* Sets whether the text is overwritten when typing in the #GtkEntry.
*
* Since: GSEAL-branch
* Since: 2.14
**/
void
gtk_entry_set_overwrite_mode (GtkEntry *entry,
@ -4703,7 +4703,7 @@ gtk_entry_set_overwrite_mode (GtkEntry *entry,
*
* Return value: whether the text is overwritten when typing.
*
* Since: GSEAL-branch
* Since: 2.14
**/
gboolean
gtk_entry_get_overwrite_mode (GtkEntry *entry)
@ -4809,7 +4809,7 @@ gtk_entry_get_max_length (GtkEntry *entry)
* Return value: the current number of characters
* in #GtkEntry, or 0 if there are none.
*
* Since: GSEAL-branch
* Since: 2.14
**/
guint16
gtk_entry_get_text_length (GtkEntry *entry)