[gtk+] Correct since tags
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Correct since tags
- Date: Fri, 24 Sep 2010 15:30:07 +0000 (UTC)
commit 50971f704c9ec96c299871782698e39779988857
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Sep 24 11:29:17 2010 -0400
Correct since tags
gtk/gtknotebook.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c
index ec62d45..b4591f5 100644
--- a/gtk/gtknotebook.c
+++ b/gtk/gtknotebook.c
@@ -7593,6 +7593,8 @@ gtk_notebook_reorder_child (GtkNotebook *notebook,
* Notebooks with the same name will be able to exchange tabs
* via drag and drop. A notebook with a %NULL group name will
* not be able to exchange tabs with any other notebook.
+ *
+ * Since: 2.24
*/
void
gtk_notebook_set_group_name (GtkNotebook *notebook,
@@ -7623,7 +7625,7 @@ gtk_notebook_set_group_name (GtkNotebook *notebook,
* Return Value: (transfer none): the group name,
* or %NULL if none is set.
*
- * Since: 2.12
+ * Since: 2.24
**/
const gchar *
gtk_notebook_get_group_name (GtkNotebook *notebook)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]