diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-08-14 07:33:48 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-08-14 07:33:48 +0800 |
commit | 9e36f744b8fa82629f2e688eda9ce72f160ead69 (patch) | |
tree | 7d14073b1c9e97d2e8e075c441c4e20f913504c4 /my-evolution/e-summary.h | |
parent | 6445ee2089907d53a98848c36d108d2f6439f7f5 (diff) | |
download | gsoc2013-evolution-9e36f744b8fa82629f2e688eda9ce72f160ead69.tar.gz gsoc2013-evolution-9e36f744b8fa82629f2e688eda9ce72f160ead69.tar.zst gsoc2013-evolution-9e36f744b8fa82629f2e688eda9ce72f160ead69.zip |
Reload button
svn path=/trunk/; revision=11978
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 8c2b4e7ee9..64d1918dd4 100644 --- a/my-evolution/e-summary.h +++ b/my-evolution/e-summary.h @@ -108,6 +108,8 @@ GtkType e_summary_get_type (void); GtkWidget *e_summary_new (const GNOME_Evolution_Shell shell); void e_summary_print (GtkWidget *widget, ESummary *summary); +void e_summary_reload (GtkWidget *widget, + ESummary *summary); void e_summary_draw (ESummary *summary); void e_summary_change_current_view (ESummary *summary, const char *uri); |