aboutsummaryrefslogtreecommitdiffstats
path: root/capplet/mail-capplet-shell.h
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@gnome.org>2010-03-01 17:27:24 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-03-14 09:49:49 +0800
commitd5da1afafcbd29f9479043b4f418e02c033af53d (patch)
treeffef4d3ccddf387b27d3b21fd91acfbabdb3045b /capplet/mail-capplet-shell.h
parent13bf56ded0986c5621e8d460d622ed7066b6b997 (diff)
downloadgsoc2013-evolution-d5da1afafcbd29f9479043b4f418e02c033af53d.tar
gsoc2013-evolution-d5da1afafcbd29f9479043b4f418e02c033af53d.tar.gz
gsoc2013-evolution-d5da1afafcbd29f9479043b4f418e02c033af53d.tar.bz2
gsoc2013-evolution-d5da1afafcbd29f9479043b4f418e02c033af53d.tar.lz
gsoc2013-evolution-d5da1afafcbd29f9479043b4f418e02c033af53d.tar.xz
gsoc2013-evolution-d5da1afafcbd29f9479043b4f418e02c033af53d.tar.zst
gsoc2013-evolution-d5da1afafcbd29f9479043b4f418e02c033af53d.zip
Integrate account assistant wizard to anjal style.
Diffstat (limited to 'capplet/mail-capplet-shell.h')
-rw-r--r--capplet/mail-capplet-shell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/capplet/mail-capplet-shell.h b/capplet/mail-capplet-shell.h
index be6ba2571c..ab33850257 100644
--- a/capplet/mail-capplet-shell.h
+++ b/capplet/mail-capplet-shell.h
@@ -50,7 +50,7 @@ typedef struct _MailCappletShellClass {
void (* ctrl_q_pressed) (MailCappletShell *class);
} MailCappletShellClass;
-MailCappletShell * mail_capplet_shell_new (int socket_id);
+MailCappletShell * mail_capplet_shell_new (int socket_id, gboolean just_druid);
int mail_capplet_shell_toolbar_height (MailCappletShell *shell);
#endif