aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Evolution-Storage.idl
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-10-12 02:53:41 +0800
committerDan Winship <danw@src.gnome.org>2001-10-12 02:53:41 +0800
commit1a4d87b9d7830069c3de2cd345556fe83b6779e5 (patch)
tree0a86fc0fd8ae78ce43af14cb2592f368496d1c47 /shell/Evolution-Storage.idl
parenta035cd8f338c2e7541389c6eb5ed0356dd68a603 (diff)
downloadgsoc2013-evolution-1a4d87b9d7830069c3de2cd345556fe83b6779e5.tar
gsoc2013-evolution-1a4d87b9d7830069c3de2cd345556fe83b6779e5.tar.gz
gsoc2013-evolution-1a4d87b9d7830069c3de2cd345556fe83b6779e5.tar.bz2
gsoc2013-evolution-1a4d87b9d7830069c3de2cd345556fe83b6779e5.tar.lz
gsoc2013-evolution-1a4d87b9d7830069c3de2cd345556fe83b6779e5.tar.xz
gsoc2013-evolution-1a4d87b9d7830069c3de2cd345556fe83b6779e5.tar.zst
gsoc2013-evolution-1a4d87b9d7830069c3de2cd345556fe83b6779e5.zip
Remove "display_name" arg from update methods. It was only there to do the
* Evolution-Storage.idl: Remove "display_name" arg from update methods. It was only there to do the "Inbox (5)" hack, which is supported directly now. * evolution-storage.c (impl_Storage_updateFolder): no longer takes display_name. (evolution_storage_update_folder, evolution_storage_update_folder_by_uri): Likewise. (class_init): Update signal signature. * evolution-storage-listener.c (impl_GNOME_Evolution_StorageListener_notifyFolderUpdated): No longer takes display_name, but make it pass the unread_count along in the signal it emits. (class_init): Update signal signature. * e-local-storage.c (bonobo_interface_update_folder_cb): * e-corba-storage.c (impl_StorageListener_notifyFolderUpdated): No longer take display_name. svn path=/trunk/; revision=13587
Diffstat (limited to 'shell/Evolution-Storage.idl')
-rw-r--r--shell/Evolution-Storage.idl2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/Evolution-Storage.idl b/shell/Evolution-Storage.idl
index 6d648b2938..d5fd5e2d0d 100644
--- a/shell/Evolution-Storage.idl
+++ b/shell/Evolution-Storage.idl
@@ -55,7 +55,6 @@ module Evolution {
in Bonobo::Listener listener);
void updateFolder (in string path,
- in string display_name,
in long unread_count);
void addListener (in StorageListener listener)
@@ -78,7 +77,6 @@ module Evolution {
raises (Exists);
void notifyFolderUpdated (in string path,
- in string display_name,
in long unread_count)
raises (NotFound);