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
This commit is contained in:
@ -3925,7 +3925,7 @@ gtk_notebook_set_tab_label (GtkNotebook *notebook,
|
||||
void
|
||||
gtk_notebook_set_tab_label_text (GtkNotebook *notebook,
|
||||
GtkWidget *child,
|
||||
gchar *tab_text)
|
||||
const gchar *tab_text)
|
||||
{
|
||||
GtkWidget *tab_label = NULL;
|
||||
|
||||
@ -4000,7 +4000,7 @@ gtk_notebook_set_menu_label (GtkNotebook *notebook,
|
||||
void
|
||||
gtk_notebook_set_menu_label_text (GtkNotebook *notebook,
|
||||
GtkWidget *child,
|
||||
gchar *menu_text)
|
||||
const gchar *menu_text)
|
||||
{
|
||||
GtkWidget *menu_label = NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user