aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/eab-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/widgets/eab-config.h')
-rw-r--r--addressbook/gui/widgets/eab-config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/eab-config.h b/addressbook/gui/widgets/eab-config.h
index fcf6b76f00..ef9bc0752c 100644
--- a/addressbook/gui/widgets/eab-config.h
+++ b/addressbook/gui/widgets/eab-config.h
@@ -28,13 +28,20 @@
#include "e-util/e-config.h"
+#define EAB_TYPE_CONFIG (eab_config_get_type ())
+#define EAB_CONFIG(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EAB_TYPE_CONFIG, EABConfig))
+
+
G_BEGIN_DECLS
typedef struct _EABConfig EABConfig;
typedef struct _EABConfigClass EABConfigClass;
+typedef struct _EABConfigPrivate EABConfigPrivate;
struct _EABConfig {
EConfig config;
+
+ EABConfigPrivate *priv;
};
struct _EABConfigClass {