aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook-migrate.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2008-08-28 03:56:31 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-08-28 03:56:31 +0800
commit02a9eb68308537fe712e757017ae4bb372863a8c (patch)
tree3ce66b037ed46eadbc44c0d176b3db70df7656ce /addressbook/gui/component/addressbook-migrate.h
parent244ab98402af2d384fe63c46fd15541f1c9f79bf (diff)
downloadgsoc2013-evolution-02a9eb68308537fe712e757017ae4bb372863a8c.tar
gsoc2013-evolution-02a9eb68308537fe712e757017ae4bb372863a8c.tar.gz
gsoc2013-evolution-02a9eb68308537fe712e757017ae4bb372863a8c.tar.bz2
gsoc2013-evolution-02a9eb68308537fe712e757017ae4bb372863a8c.tar.lz
gsoc2013-evolution-02a9eb68308537fe712e757017ae4bb372863a8c.tar.xz
gsoc2013-evolution-02a9eb68308537fe712e757017ae4bb372863a8c.tar.zst
gsoc2013-evolution-02a9eb68308537fe712e757017ae4bb372863a8c.zip
Miscellaneous tweaks. Nothing major.
svn path=/branches/kill-bonobo/; revision=36138
Diffstat (limited to 'addressbook/gui/component/addressbook-migrate.h')
-rw-r--r--addressbook/gui/component/addressbook-migrate.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/addressbook/gui/component/addressbook-migrate.h b/addressbook/gui/component/addressbook-migrate.h
index e30b2381da..2437b17f45 100644
--- a/addressbook/gui/component/addressbook-migrate.h
+++ b/addressbook/gui/component/addressbook-migrate.h
@@ -22,10 +22,17 @@
#ifndef _ADDRESSBOOK_MIGRATE_H_
#define _ADDRESSBOOK_MIGRATE_H_
-#include "addressbook-component.h"
+#include <glib.h>
+#include <e-shell-module.h>
-struct _GError;
+G_BEGIN_DECLS
-int addressbook_migrate (AddressbookComponent *component, int major, int minor, int revision, struct _GError **err);
+gboolean addressbook_migrate (EShellModule *shell_module,
+ gint major,
+ gint minor,
+ gint revision,
+ GError **error);
+
+G_END_DECLS
#endif /* _ADDRESSBOOK_MIGRATE_H_ */