From 2b346d96f86c96c73ac0671e4c5111012f39372d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 8 Dec 2010 00:17:41 -0500 Subject: Adapt addressbook/tools to the new ESource API. --- addressbook/tools/evolution-addressbook-export.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'addressbook/tools/evolution-addressbook-export.h') diff --git a/addressbook/tools/evolution-addressbook-export.h b/addressbook/tools/evolution-addressbook-export.h index 804bd50780..ec8df060fc 100644 --- a/addressbook/tools/evolution-addressbook-export.h +++ b/addressbook/tools/evolution-addressbook-export.h @@ -24,7 +24,7 @@ #ifndef _EVOLUTION_ADDRESSBOOK_EXPORT_H_ #define _EVOLUTION_ADDRESSBOOK_EXPORT_H__ -#include +#include G_BEGIN_DECLS @@ -55,7 +55,7 @@ union _ActionContext gchar *output_file; gint IsCSV; gint IsVCard; - gchar *addressbook_folder_uri; + gchar *addressbook_source_uid; gint async_mode; gint file_size; } @@ -65,10 +65,12 @@ union _ActionContext typedef union _ActionContext ActionContext; /* action_list_folders */ -guint action_list_folders_init (ActionContext * p_actctx); +guint action_list_folders_init (ESourceRegistry *registry, + ActionContext *p_actctx); /*action list cards*/ -guint action_list_cards_init (ActionContext * p_actctx); +guint action_list_cards_init (ESourceRegistry *registry, + ActionContext *p_actctx); G_END_DECLS -- cgit