summaryrefslogtreecommitdiff
path: root/gtk/gtkctree.h
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1998-11-26 03:43:24 +0000
committerTim Janik <timj@src.gnome.org>1998-11-26 03:43:24 +0000
commitc7ac3835fa2d5542bff316c3a02da626a754d213 (patch)
treefa66d00e02bf40e153dab5a9738d105ba828b68d /gtk/gtkctree.h
parentce073aac7dd120cc930c3f6d1f5e7334f96c8f6e (diff)
downloadgtk+-c7ac3835fa2d5542bff316c3a02da626a754d213.tar.gz
reverted bogus and undocumented!!! changes from Jay Cox (98/11/23
Thu Nov 26 03:18:08 1998 Tim Janik <timj@gtk.org> * gtk/gtkclist.h: * gtk/gtkctree.h: * gtk/gtkclist.c: * gtk/gtkctree.c: reverted bogus and undocumented!!! changes from Jay Cox (98/11/23 13:53:26) which `const' qualified char* arrays. * gtk/maketypes.awk: changed underline substitution, so we get GTK_TYPE_CTREE_POS instead of the broken GTK_TYPE_C_TREE_POS. * gtk/makeenums.pl: likewise. * gtk/gtkctree.c: adapted type names accordingly.
Diffstat (limited to 'gtk/gtkctree.h')
-rw-r--r--gtk/gtkctree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkctree.h b/gtk/gtkctree.h
index 0abc075b3b..141316a14d 100644
--- a/gtk/gtkctree.h
+++ b/gtk/gtkctree.h
@@ -177,10 +177,10 @@ GtkType gtk_ctree_get_type (void);
void gtk_ctree_construct (GtkCTree *ctree,
gint columns,
gint tree_column,
- const gchar *titles[]);
+ gchar *titles[]);
GtkWidget * gtk_ctree_new_with_titles (gint columns,
gint tree_column,
- const gchar *titles[]);
+ gchar *titles[]);
GtkWidget * gtk_ctree_new (gint columns,
gint tree_column);
GtkCTreeNode * gtk_ctree_insert_node (GtkCTree *ctree,