diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2010-03-02 03:01:54 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2010-03-02 03:01:54 +0800 |
commit | 7210d151056d3c0a1b0469f7af1aee06b7805538 (patch) | |
tree | 2859c8449ad012019bad4e681959d0018fc4387c /src/empathy-accounts-common.h | |
parent | b0de7c5d5d8c93dd7b74a77b4892c331f37f5441 (diff) | |
download | gsoc2013-empathy-7210d151056d3c0a1b0469f7af1aee06b7805538.tar gsoc2013-empathy-7210d151056d3c0a1b0469f7af1aee06b7805538.tar.gz gsoc2013-empathy-7210d151056d3c0a1b0469f7af1aee06b7805538.tar.bz2 gsoc2013-empathy-7210d151056d3c0a1b0469f7af1aee06b7805538.tar.lz gsoc2013-empathy-7210d151056d3c0a1b0469f7af1aee06b7805538.tar.xz gsoc2013-empathy-7210d151056d3c0a1b0469f7af1aee06b7805538.tar.zst gsoc2013-empathy-7210d151056d3c0a1b0469f7af1aee06b7805538.zip |
Simplify empathy_accounts_import
Diffstat (limited to 'src/empathy-accounts-common.h')
-rw-r--r-- | src/empathy-accounts-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-accounts-common.h b/src/empathy-accounts-common.h index c8e5c654c..2bd51bf0d 100644 --- a/src/empathy-accounts-common.h +++ b/src/empathy-accounts-common.h @@ -28,7 +28,7 @@ void empathy_accounts_show_accounts_ui (TpAccountManager *manager, TpAccount *account, GCallback window_destroyed_cb); -gboolean empathy_accounts_import (TpAccountManager *account_mgr, +void empathy_accounts_import (TpAccountManager *account_mgr, EmpathyConnectionManagers *cm_mgr); |