aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shortcuts.h
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-06-30 08:15:11 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-06-30 08:15:11 +0800
commit019a20555bc37540a0ad76c7ede5224c37f32106 (patch)
tree4dc046cc8be27c216f3253f51778f3361f478982 /shell/e-shortcuts.h
parent71e948a9aea155afaea86132b3bd0b1b38655984 (diff)
downloadgsoc2013-evolution-019a20555bc37540a0ad76c7ede5224c37f32106.tar
gsoc2013-evolution-019a20555bc37540a0ad76c7ede5224c37f32106.tar.gz
gsoc2013-evolution-019a20555bc37540a0ad76c7ede5224c37f32106.tar.bz2
gsoc2013-evolution-019a20555bc37540a0ad76c7ede5224c37f32106.tar.lz
gsoc2013-evolution-019a20555bc37540a0ad76c7ede5224c37f32106.tar.xz
gsoc2013-evolution-019a20555bc37540a0ad76c7ede5224c37f32106.tar.zst
gsoc2013-evolution-019a20555bc37540a0ad76c7ede5224c37f32106.zip
Change EShortcuts to use GSLists instead of GLists.
svn path=/trunk/; revision=10615
Diffstat (limited to 'shell/e-shortcuts.h')
-rw-r--r--shell/e-shortcuts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shortcuts.h b/shell/e-shortcuts.h
index 2abbf6bb7f..4276c9a032 100644
--- a/shell/e-shortcuts.h
+++ b/shell/e-shortcuts.h
@@ -73,11 +73,11 @@ EShortcuts *e_shortcuts_new (EStorageSet *storage_s
EFolderTypeRegistry *folder_type_registry,
const char *file_name);
-GList *e_shortcuts_get_group_titles (EShortcuts *shortcuts);
+GSList *e_shortcuts_get_group_titles (EShortcuts *shortcuts);
const char *e_shortcuts_get_group_title (EShortcuts *shortcuts,
int group_num);
-GList *e_shortcuts_get_shortcuts_in_group (EShortcuts *shortcuts,
+GSList *e_shortcuts_get_shortcuts_in_group (EShortcuts *shortcuts,
const char *group_title);
EStorageSet *e_shortcuts_get_storage_set (EShortcuts *shortcuts);
GtkWidget *e_shortcuts_new_view (EShortcuts *shortcuts);