]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtktreeview.c
make args const, 74159 (gtk_tree_view_insert_column_with_attributes):
[~andy/gtk] / gtk / gtktreeview.c
index be4040b70dcba4f29d21ce5b965c00dbcc8dd3b8..66d48b2527d1b4a9df1d6a7b5500d0e137dd4ed3 100644 (file)
@@ -7929,7 +7929,7 @@ gtk_tree_view_insert_column (GtkTreeView       *tree_view,
 gint
 gtk_tree_view_insert_column_with_attributes (GtkTreeView     *tree_view,
                                             gint             position,
-                                            gchar           *title,
+                                            const gchar     *title,
                                             GtkCellRenderer *cell,
                                             ...)
 {
@@ -7983,7 +7983,7 @@ gtk_tree_view_insert_column_with_attributes (GtkTreeView     *tree_view,
 gint
 gtk_tree_view_insert_column_with_data_func  (GtkTreeView               *tree_view,
                                              gint                       position,
-                                             gchar                     *title,
+                                             const gchar               *title,
                                              GtkCellRenderer           *cell,
                                              GtkTreeCellDataFunc        func,
                                              gpointer                   data,