diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-09-26 07:08:08 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-09-26 07:08:08 +0800 |
commit | 6498968214fd4fb26675d3f068f7086eef5a2c4d (patch) | |
tree | e1ebb0c3f00e40ca6d64e7a74558a7b152dddcac /my-evolution/e-summary.h | |
parent | 58755d5604d35422d133c39aab785078a40fb8b4 (diff) | |
download | gsoc2013-evolution-6498968214fd4fb26675d3f068f7086eef5a2c4d.tar.gz gsoc2013-evolution-6498968214fd4fb26675d3f068f7086eef5a2c4d.tar.zst gsoc2013-evolution-6498968214fd4fb26675d3f068f7086eef5a2c4d.zip |
Freeze and thaw
svn path=/trunk/; revision=13132
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 6bb012f75e..d2e4f4e61f 100644 --- a/my-evolution/e-summary.h +++ b/my-evolution/e-summary.h @@ -149,4 +149,6 @@ void e_summary_add_online_connection (ESummary *summary, void e_summary_remove_online_connection (ESummary *summary, ESummaryConnection *connection); +void e_summary_freeze (ESummary *summary); +void e_summary_thaw (ESummary *summary); #endif |