Adding infrastructure to create a format plugin (still doesn't nothing,
[gdataplugin.git] / src / gdata_format.c
blob9652a2c58297fed358a05b163f3f9cb3d1d1cc8a
1 /*
2 * Copyright (C) 2004-2005 Armin Bauer <armin.bauer@opensync.org>
3 * Copyright (C) 2008 Instituto Nokia de Tecnologia
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 /**
22 * @file gdata_format.c
23 * @author Adenilson Cavalcanti da Silva <adenilson.silva@indt.org.br>
24 * @date Wed Sep 3 12:33:08 2008
26 * @brief A google data (contacts/calendar events) format plugin.
28 * It seems to be requirement to make the whole thing work, yada, yada, yada. I'm taking
29 * as a base the mock_format.c file from opensync trunk and hoping for the best.
32 #include "xslt_aux.h"
34 #include <glib.h>
35 #include <opensync/opensync.h>
37 osync_bool get_conversion_info(OSyncFormatEnv *env, OSyncError **error)
39 OSyncFormatConverter *conv = NULL;
41 return TRUE;
44 int get_version(void)
46 return 1;