summaryrefslogtreecommitdiff
path: root/gtk/gtktreemodel.h
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2002-03-25 04:10:49 +0000
committerJonathan Blandford <jrb@src.gnome.org>2002-03-25 04:10:49 +0000
commit7cc14762b9c1cbef337242dd47eea85136f66a4f (patch)
tree3ceac577ed48f22a2f82678a871dc3a2bfb9ab7e /gtk/gtktreemodel.h
parent2a8fc72b0dfd892fe6e47babc2a5a0de5a12e757 (diff)
downloadgtk+-7cc14762b9c1cbef337242dd47eea85136f66a4f.tar.gz
Make path arg const, #75653
Sun Mar 24 10:32:38 2002 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreemodel.c (gtk_tree_path_copy): Make path arg const, #75653 * gtk/gtkfontsel.c (gtk_font_selection_show_available_styles): fix a warning * gtk/gtktreeview.c (gtk_tree_view_button_press): remove the grab when we emit row_activated so that listeners of this signal can grab the mouse, #75629
Diffstat (limited to 'gtk/gtktreemodel.h')
-rw-r--r--gtk/gtktreemodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreemodel.h b/gtk/gtktreemodel.h
index 09109a8a1b..e498a14605 100644
--- a/gtk/gtktreemodel.h
+++ b/gtk/gtktreemodel.h
@@ -126,7 +126,7 @@ void gtk_tree_path_prepend_index (GtkTreePath *path,
gint gtk_tree_path_get_depth (GtkTreePath *path);
gint *gtk_tree_path_get_indices (GtkTreePath *path);
void gtk_tree_path_free (GtkTreePath *path);
-GtkTreePath *gtk_tree_path_copy (GtkTreePath *path);
+GtkTreePath *gtk_tree_path_copy (const GtkTreePath *path);
GType gtk_tree_path_get_type (void);
gint gtk_tree_path_compare (const GtkTreePath *a,
const GtkTreePath *b);