diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-08-23 06:31:53 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-08-23 06:31:53 +0800 |
commit | 0af9d4d9864670f408b39cdec77e83c661e70584 (patch) | |
tree | d23bc8b9466bd7c7c9ae4c004f7a58deca2d5241 /my-evolution/e-summary.h | |
parent | 1b92eea9f43d08e724c831ae6807b39b2ba73f4e (diff) | |
download | gsoc2013-evolution-0af9d4d9864670f408b39cdec77e83c661e70584.tar gsoc2013-evolution-0af9d4d9864670f408b39cdec77e83c661e70584.tar.gz gsoc2013-evolution-0af9d4d9864670f408b39cdec77e83c661e70584.tar.bz2 gsoc2013-evolution-0af9d4d9864670f408b39cdec77e83c661e70584.tar.lz gsoc2013-evolution-0af9d4d9864670f408b39cdec77e83c661e70584.tar.xz gsoc2013-evolution-0af9d4d9864670f408b39cdec77e83c661e70584.tar.zst gsoc2013-evolution-0af9d4d9864670f408b39cdec77e83c661e70584.zip |
Fix the show_full_path bug
Set up the functions for better online/offline reporting.
svn path=/trunk/; revision=12403
Diffstat (limited to 'my-evolution/e-summary.h')
-rw-r--r-- | my-evolution/e-summary.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/my-evolution/e-summary.h b/my-evolution/e-summary.h index 64d1918dd4..9a19a6d20c 100644 --- a/my-evolution/e-summary.h +++ b/my-evolution/e-summary.h @@ -39,6 +39,7 @@ typedef int (* ESummaryConnectionCount) (ESummary *summary, typedef GList *(* ESummaryConnectionAdd) (ESummary *summary, void *closure); typedef void (* ESummaryConnectionSetOnline) (ESummary *summary, + GNOME_Evolution_OfflineProgressListener progress, gboolean online, void *closure); typedef void (*ESummaryOnlineCallback) (ESummary *summary, @@ -125,6 +126,7 @@ void e_summary_reconfigure (ESummary *summary); int e_summary_count_connections (ESummary *summary); GList *e_summary_add_connections (ESummary *summary); void e_summary_set_online (ESummary *summary, + GNOME_Evolution_OfflineProgressListener listener, gboolean online, ESummaryOnlineCallback callback, void *closure); |