summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.h
diff options
context:
space:
mode:
authorjaycox <jaycox@src.gnome.org>1998-11-23 13:53:25 +0000
committerjaycox <jaycox@src.gnome.org>1998-11-23 13:53:25 +0000
commit47b3584d36b8824f488c283052793b04208a0275 (patch)
treea320b8030afdc19caee40a02f1652f3b25fc1062 /gtk/gtknotebook.h
parent72bd1c58592cdd031eacf9c614a370a7028f21fc (diff)
downloadgdk-pixbuf-47b3584d36b8824f488c283052793b04208a0275.tar.gz
Modified Files: gtkclist.c gtkclist.h gtkctree.c gtkctree.h gtknotebook.c
Modified Files: gtkclist.c gtkclist.h gtkctree.c gtkctree.h gtknotebook.c gtknotebook.h gtkrc.c gtkrc.h add const in some useful places
Diffstat (limited to 'gtk/gtknotebook.h')
-rw-r--r--gtk/gtknotebook.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtknotebook.h b/gtk/gtknotebook.h
index 5531722d2..7c0c149a8 100644
--- a/gtk/gtknotebook.h
+++ b/gtk/gtknotebook.h
@@ -179,7 +179,7 @@ void gtk_notebook_set_tab_label (GtkNotebook *notebook,
GtkWidget *tab_label);
void gtk_notebook_set_tab_label_text (GtkNotebook *notebook,
GtkWidget *child,
- gchar *tab_text);
+ const gchar *tab_text);
GtkWidget * gtk_notebook_query_menu_label (GtkNotebook *notebook,
GtkWidget *child);
void gtk_notebook_set_menu_label (GtkNotebook *notebook,
@@ -187,7 +187,7 @@ void gtk_notebook_set_menu_label (GtkNotebook *notebook,
GtkWidget *menu_label);
void gtk_notebook_set_menu_label_text (GtkNotebook *notebook,
GtkWidget *child,
- gchar *menu_text);
+ const gchar *menu_text);
void gtk_notebook_query_tab_label_packing (GtkNotebook *notebook,
GtkWidget *child,
gboolean *expand,