From 91310499b326bafc8da96814e2e7cdde441c539b Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 4 May 2000 07:09:53 +0000 Subject: EIconBar/EShortcutBar constification. svn path=/trunk/; revision=2792 --- widgets/shortcut-bar/e-shortcut-bar.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'widgets/shortcut-bar/e-shortcut-bar.h') diff --git a/widgets/shortcut-bar/e-shortcut-bar.h b/widgets/shortcut-bar/e-shortcut-bar.h index 682967b12a..ef40c89367 100644 --- a/widgets/shortcut-bar/e-shortcut-bar.h +++ b/widgets/shortcut-bar/e-shortcut-bar.h @@ -96,7 +96,7 @@ GtkWidget* e_shortcut_bar_new (void); /* Adds a new group, returning the index. */ gint e_shortcut_bar_add_group (EShortcutBar *shortcut_bar, - gchar *group_name); + const gchar *group_name); void e_shortcut_bar_remove_group (EShortcutBar *shortcut_bar, gint group_num); @@ -108,8 +108,8 @@ void e_shortcut_bar_set_view_type (EShortcutBar *shortcut_bar, /* Adds a new item to a group, returning the index within the group. */ gint e_shortcut_bar_add_item (EShortcutBar *shortcut_bar, gint group_num, - gchar *item_url, - gchar *item_name); + const gchar *item_url, + const gchar *item_name); void e_shortcut_bar_start_editing_item (EShortcutBar *shortcut_bar, gint group_num, -- cgit v1.2.3