aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-offline-handler.h
blob: 4e6a811d986bc3ca055dc55ecfea425ef04a5430 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
/* mail-offline-handler.h
 *
 * Copyright (C) 2001  Ximian, Inc.
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of version 2 of the GNU General Public
 * License as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * General Public License for more details.
 *
 * You should have received a copy of the GNU General Public
 * License along with this program; if not, write to the
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 * Boston, MA 02111-1307, USA.
 *
 * Author: Ettore Perazzoli <ettore@ximian.com>
 */

#ifndef _MAIL_OFFLINE_HANDLER_H_
#define _MAIL_OFFLINE_HANDLER_H_

#include <bonobo/bonobo-object.h>
#include "Evolution.h"

#ifdef __cplusplus
extern "C" {
#pragma }
#endif /* __cplusplus */

#define MAIL_TYPE_OFFLINE_HANDLER           (mail_offline_handler_get_type ())
#define MAIL_OFFLINE_HANDLER(obj)           (G_TYPE_CHECK_INSTANCE_CAST ((obj), MAIL_TYPE_OFFLINE_HANDLER, MailOfflineHandler))
#define MAIL_OFFLINE_HANDLER_CLASS(klass)       (G_TYPE_CHECK_CLASS_CAST ((klass), MAIL_TYPE_OFFLINE_HANDLER, MailOfflineHandlerClass))
#define MAIL_IS_OFFLINE_HANDLER(obj)            (G_TYPE_CHECK_INSTANCE_TYPE ((obj), MAIL_TYPE_OFFLINE_HANDLER))
#define MAIL_IS_OFFLINE_HANDLER_CLASS(klass)        (G_TYPE_CHECK_CLASS_TYPE ((obj), MAIL_TYPE_OFFLINE_HANDLER))


typedef struct _MailOfflineHandler        MailOfflineHandler;
typedef struct _MailOfflineHandlerPrivate MailOfflineHandlerPrivate;
typedef struct _MailOfflineHandlerClass   MailOfflineHandlerClass;

struct _MailOfflineHandler {
    BonoboObject parent;

    MailOfflineHandlerPrivate *priv;
};

struct _MailOfflineHandlerClass {
    BonoboObjectClass parent_class;

    POA_GNOME_Evolution_Offline__epv epv;
};


GType             mail_offline_handler_get_type  (void);
MailOfflineHandler *mail_offline_handler_new       (void);

#ifdef __cplusplus
}
#endif /* __cplusplus */

#endif /* _MAIL_OFFLINE_HANDLER_H_ */
a href='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/x11-themes/clearlooks?h=mate-1.18&id=e61d6a701f43e8cec5a4ec8c9641daf5376441de'>- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2 * - Kick MD5 supportmiwi2011-07-031-1/+0 * Reset ahze@ due to maintainer-timeouts and no response to email.linimon2010-07-261-1/+1 * - update to 1.4.1dinoex2010-03-281-1/+1 * - update to jpeg-8dinoex2010-02-051-1/+1 * - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-1/+1 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1 * - Fix clearlooks-themes slave port for people with gtk-engines2 installedpav2009-03-231-4/+4 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-5/+3 * Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-252-4/+5 * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 * - Update for objformat removalahze2007-03-221-0/+1 * Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-141-6/+5 * Remove USE_REINPLACE from categories starting with Xedwin2006-05-131-1/+0 * Use new GTK2_VERSION macro.marcus2006-05-061-2/+2 * Conversion to a single libtool environment.ade2006-02-232-2/+3 * - Add SHA256ahze2005-11-091-0/+1 * - Update for gnome 2.12ahze2005-11-051-6/+8 * Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1 * - Update to 0.6.2ahze2005-06-303-12/+10 * - Fix plist in clearlooksahze2005-06-302-9/+12 * - Update to 0.6.1ahze2005-06-122-3/+3 * - Update WWW: line to http://clearlooks.sourceforge.net/ahze2005-06-101-1/+1 * - Update to 0.6ahze2005-06-104-4/+18 * - Argghhh, fix one last conflicting file with gtk-engines [1]ahze2005-04-142-2/+9 * - oops, add the end of a line that got cut off durring a copy and paste.ahze2005-04-141-1/+1 * - Add an error message to gnome/gtk-engines users that tell themahze2005-04-141-2/+13 * - Add a COMMENT in clearlooks-themesahze2005-04-141-2/+2 * - Only give OPTIONS for clearlooks port, not clearlooks-themesahze2005-04-131-2/+4 * - Add support for a slave portahze2005-04-132-4/+18 * - Reset MAINTAINER since gtk-engines2 has clearlooks I will never use this.ahze2005-04-131-1/+1 * Register a conflict with gtk-engines2.marcus2005-04-131-0/+2 * - Add WITH_ANIMATION to OPTIONS, off by default. This enables experimentalahze2005-04-121-1/+2 * - Remove white spaceahze2005-03-211-1/+0 * - Remove gnomehier from USE_GNOME since the metacity theme has been split offahze2005-03-211-1/+1 * - Update to 0.5ahze2005-03-217-209/+53 * Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1 * - Add knob, WITH_ANIMATIONahze2005-03-071-0/+4 * - Update to 0.4ahze2005-03-045-43/+108