aboutsummaryrefslogtreecommitdiffstats
path: root/capplet/settings/mail-view.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-06 08:59:44 +0800
commitda7aacb87cd1d5d635f367928994c19af8c764f6 (patch)
tree388f68d35a953b38fea583c4030249d6f33a30f9 /capplet/settings/mail-view.h
parent8580bd4a42a98f0171e9524d69385c9868c7c07a (diff)
downloadgsoc2013-evolution-da7aacb87cd1d5d635f367928994c19af8c764f6.tar
gsoc2013-evolution-da7aacb87cd1d5d635f367928994c19af8c764f6.tar.gz
gsoc2013-evolution-da7aacb87cd1d5d635f367928994c19af8c764f6.tar.bz2
gsoc2013-evolution-da7aacb87cd1d5d635f367928994c19af8c764f6.tar.lz
gsoc2013-evolution-da7aacb87cd1d5d635f367928994c19af8c764f6.tar.xz
gsoc2013-evolution-da7aacb87cd1d5d635f367928994c19af8c764f6.tar.zst
gsoc2013-evolution-da7aacb87cd1d5d635f367928994c19af8c764f6.zip
Capplet cleanups.
Diffstat (limited to 'capplet/settings/mail-view.h')
-rw-r--r--capplet/settings/mail-view.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/capplet/settings/mail-view.h b/capplet/settings/mail-view.h
index 339d690c43..b76a425bbe 100644
--- a/capplet/settings/mail-view.h
+++ b/capplet/settings/mail-view.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:
@@ -52,7 +52,7 @@ typedef struct _MailView {
GtkWidget *folder_tree;
GtkWidget *slider;
GtkWidget *check_mail;
- GtkWidget *sort_by;
+ GtkWidget *sort_by;
MailViewPrivate *priv;
EShellView *shell_view;
} MailView;
@@ -60,7 +60,7 @@ typedef struct _MailView {
typedef struct _MailViewClass {
AnjalMailViewClass parent_class;
void (* view_new) (MailView*);
-
+
} MailViewClass;
typedef enum {
@@ -69,13 +69,14 @@ typedef enum {
typedef struct _MailViewChild {
GtkVBox parent;
- int type;
- char *uri;
+ gint type;
+ gchar *uri;
MailViewFlags flags;
}MailViewChild;
+GType mail_view_get_type (void);
MailView * mail_view_new (void);
-void mail_view_set_folder_uri (MailView *mv, const char *uri);
+void mail_view_set_folder_uri (MailView *mv, const gchar *uri);
void mail_view_show_sort_popup (MailView *mv, GtkWidget *);
void mail_view_show_list (MailView *mv);
void mail_view_close_view (MailView *mv);
@@ -86,7 +87,7 @@ void mail_view_set_folder_tree_widget (MailView *mv, GtkWidget *tree);
void mail_view_set_folder_tree (MailView *mv, GtkWidget *tree);
void mail_view_save (MailView *mv);
MailViewChild * mail_view_add_page (MailView *mv, guint16 type, gpointer data);
-void mail_view_set_search (MailView *view, const char *search);
+void mail_view_set_search (MailView *view, const gchar *search);
void mail_view_set_slider (MailView *mv, GtkWidget *slider);
void mail_view_init_search (MailView *mv, GtkWidget *search);
void mail_view_switch_to_people (MailView* mv, MailViewChild *mpv);