aboutsummaryrefslogtreecommitdiffstats
path: root/capplet/settings/mail-capplet-shell.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-04-01 05:42:14 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-04-01 05:42:14 +0800
commit21fa5cdc1cbf4460e2ac95401ee24a5e6c21216a (patch)
treed26294b5ca8187cf97f9aff93c48663e845943c2 /capplet/settings/mail-capplet-shell.h
parentaac92ccc526ce5cbbd7af8836cd1fb7a57ab0bae (diff)
downloadgsoc2013-evolution-21fa5cdc1cbf4460e2ac95401ee24a5e6c21216a.tar
gsoc2013-evolution-21fa5cdc1cbf4460e2ac95401ee24a5e6c21216a.tar.gz
gsoc2013-evolution-21fa5cdc1cbf4460e2ac95401ee24a5e6c21216a.tar.bz2
gsoc2013-evolution-21fa5cdc1cbf4460e2ac95401ee24a5e6c21216a.tar.lz
gsoc2013-evolution-21fa5cdc1cbf4460e2ac95401ee24a5e6c21216a.tar.xz
gsoc2013-evolution-21fa5cdc1cbf4460e2ac95401ee24a5e6c21216a.tar.zst
gsoc2013-evolution-21fa5cdc1cbf4460e2ac95401ee24a5e6c21216a.zip
Capplet cleanups.
Diffstat (limited to 'capplet/settings/mail-capplet-shell.h')
-rw-r--r--capplet/settings/mail-capplet-shell.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/capplet/settings/mail-capplet-shell.h b/capplet/settings/mail-capplet-shell.h
index 9cc4255760..5845973065 100644
--- a/capplet/settings/mail-capplet-shell.h
+++ b/capplet/settings/mail-capplet-shell.h
@@ -10,7 +10,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with the program; if not, see <http://www.gnu.org/licenses/>
+ * License along with the program; if not, see <http://www.gnu.org/licenses/>
*
*
* Authors:
@@ -47,12 +47,16 @@ typedef struct _MailCappletShellClass {
GtkWindowClass parent_class;
void (* ctrl_w_pressed) (MailCappletShell *class);
- void (* ctrl_q_pressed) (MailCappletShell *class);
+ void (* ctrl_q_pressed) (MailCappletShell *class);
} MailCappletShellClass;
-MailCappletShell * mail_capplet_shell_new (int socket_id, gboolean just_druid, gboolean main_loop);
-int mail_capplet_shell_toolbar_height (MailCappletShell *shell);
+GType mail_capplet_shell_get_type (void);
+MailCappletShell *
+ mail_capplet_shell_new (gint socket_id,
+ gboolean just_druid,
+ gboolean main_loop);
+gint mail_capplet_shell_toolbar_height
+ (MailCappletShell *shell);
#endif
-