aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/tools/evolution-addressbook-export.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-02-26 04:28:18 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-02-26 06:36:08 +0800
commit361dd78922ab2332a576bb7695466387b021c97a (patch)
tree8b69ce583f61891d786d9cbdd1ae0aaa11e58cd0 /addressbook/tools/evolution-addressbook-export.h
parent4d1bf133ce8dd5d46a010f96031d57cb3cb8e9cb (diff)
downloadgsoc2013-evolution-361dd78922ab2332a576bb7695466387b021c97a.tar
gsoc2013-evolution-361dd78922ab2332a576bb7695466387b021c97a.tar.gz
gsoc2013-evolution-361dd78922ab2332a576bb7695466387b021c97a.tar.bz2
gsoc2013-evolution-361dd78922ab2332a576bb7695466387b021c97a.tar.lz
gsoc2013-evolution-361dd78922ab2332a576bb7695466387b021c97a.tar.xz
gsoc2013-evolution-361dd78922ab2332a576bb7695466387b021c97a.tar.zst
gsoc2013-evolution-361dd78922ab2332a576bb7695466387b021c97a.zip
evolution-addressbook-export: Add ESourceRegistry to ActionContext.
Diffstat (limited to 'addressbook/tools/evolution-addressbook-export.h')
-rw-r--r--addressbook/tools/evolution-addressbook-export.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/addressbook/tools/evolution-addressbook-export.h b/addressbook/tools/evolution-addressbook-export.h
index ca78eb823e..28168c40ff 100644
--- a/addressbook/tools/evolution-addressbook-export.h
+++ b/addressbook/tools/evolution-addressbook-export.h
@@ -40,6 +40,8 @@ G_BEGIN_DECLS
struct _ActionContext {
guint action_type;
+
+ ESourceRegistry *registry;
gchar *output_file;
/* for cards only */
@@ -51,12 +53,10 @@ struct _ActionContext {
typedef struct _ActionContext ActionContext;
/* action_list_folders */
-guint action_list_folders_init (ESourceRegistry *registry,
- ActionContext *p_actctx);
+guint action_list_folders_init (ActionContext *p_actctx);
/*action list cards*/
-guint action_list_cards_init (ESourceRegistry *registry,
- ActionContext *p_actctx);
+guint action_list_cards_init (ActionContext *p_actctx);
G_END_DECLS