summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.c
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2008-06-20 19:42:53 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-06-20 19:42:53 +0000
commitef5e0e9601fdc28760161a4323fa125da2454493 (patch)
tree44704bb2b3ce8ebcbde81166906dce7b4533b2a0 /gtk/gtknotebook.c
parentdf11b00daeebe46c8e0c00a352992eca343a3cf7 (diff)
downloadgtk+-ef5e0e9601fdc28760161a4323fa125da2454493.tar.gz
Fix up deprecated markup syntax. Add version numbers and a message on the
2008-06-20 Johan Dahlin <jdahlin@async.com.br> * gtk/gtkbutton.c: * gtk/gtkcolorsel.c: * gtk/gtkentry.c: * gtk/gtkitemfactory.c: * gtk/gtknotebook.c: Fix up deprecated markup syntax. Add version numbers and a message on the remaning ones. svn path=/trunk/; revision=20655
Diffstat (limited to 'gtk/gtknotebook.c')
-rw-r--r--gtk/gtknotebook.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c
index 1ad9439657..f98249e24c 100644
--- a/gtk/gtknotebook.c
+++ b/gtk/gtknotebook.c
@@ -7339,7 +7339,7 @@ gtk_notebook_set_window_creation_hook (GtkNotebookWindowCreationFunc func,
* not be able to exchange tabs with any other notebook.
*
* Since: 2.10
- * Deprecated:2.12: use gtk_notebook_set_group() instead.
+ * Deprecated: 2.12: use gtk_notebook_set_group() instead.
*/
void
gtk_notebook_set_group_id (GtkNotebook *notebook,
@@ -7393,7 +7393,7 @@ gtk_notebook_set_group (GtkNotebook *notebook,
* Return Value: the group identificator, or -1 if none is set.
*
* Since: 2.10
- * Deprecated:2.12: use gtk_notebook_get_group() instead.
+ * Deprecated: 2.12: use gtk_notebook_get_group() instead.
*/
gint
gtk_notebook_get_group_id (GtkNotebook *notebook)