aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-service.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-service.h')
-rw-r--r--camel/camel-service.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/camel/camel-service.h b/camel/camel-service.h
index 57449b189c..7c0e74b066 100644
--- a/camel/camel-service.h
+++ b/camel/camel-service.h
@@ -32,7 +32,6 @@ extern "C" {
#endif /* __cplusplus }*/
#include <gtk/gtk.h>
-#include "camel-folder.h"
#define CAMEL_SERVICE_TYPE (camel_service_get_type ())
#define CAMEL_SERVICE(obj) (GTK_CHECK_CAST((obj), CAMEL_SERVICE_TYPE, CamelService))
@@ -42,13 +41,23 @@ extern "C" {
typedef struct {
- GtkObject parent_object;
+ GtkObject parent_object;
+
+ gboolean connected;
+
} CamelService;
typedef struct {
GtkObjectClass parent_class;
+
+ void (*connect) (CamelService *service);
+ void (*connect_to_with_login_passwd) (CamelService *service, GString *host, GString *login, GString *passwd);
+ void (*connect_to_with_login_passwd_port) (CamelService *service, GString *host, GString *login, GString *passwd, guint port);
+ gboolean (*is_connected) (CamelService *service);
+ void (*set_connected) (CamelService *service, gboolean state);
+
} CamelServiceClass;
692185d4b47a3888f7e96f1707ff78720d96102'>- Update to 0.6-4tota2019-09-082-5/+4 * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2019-07-271-0/+1 * - Update to 0.6-3tota2019-07-072-6/+5 * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-12-121-0/+1 * - Update to 0.6-1tota2018-09-252-4/+4 * - Update to 0.6-0tota2018-06-202-6/+7 * - Update to 0.5-1tota2018-04-022-5/+4 * Bump PORTREVISIONs of all users of math/mpc that we just updated togerald2018-03-111-0/+1 * - Update to 0.4-6tota2017-09-062-4/+4