diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-02 17:25:46 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-02 23:37:32 +0800 |
commit | b7329ee88d54447ed5b8a0de32a6b26a25ef5024 (patch) | |
tree | 253ba191b96681b0e6aeeb83883fbe3e44c92c54 /libempathy/empathy-utils.h | |
parent | 2af6c1375e1465566d57170d8090e1b425de88fa (diff) | |
download | gsoc2013-empathy-b7329ee88d54447ed5b8a0de32a6b26a25ef5024.tar gsoc2013-empathy-b7329ee88d54447ed5b8a0de32a6b26a25ef5024.tar.gz gsoc2013-empathy-b7329ee88d54447ed5b8a0de32a6b26a25ef5024.tar.bz2 gsoc2013-empathy-b7329ee88d54447ed5b8a0de32a6b26a25ef5024.tar.lz gsoc2013-empathy-b7329ee88d54447ed5b8a0de32a6b26a25ef5024.tar.xz gsoc2013-empathy-b7329ee88d54447ed5b8a0de32a6b26a25ef5024.tar.zst gsoc2013-empathy-b7329ee88d54447ed5b8a0de32a6b26a25ef5024.zip |
factor out empathy_connect_new_account
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r-- | libempathy/empathy-utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index 0fc6fc2a9..0ab905282 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -31,6 +31,7 @@ #include <libxml/parser.h> #include <libxml/tree.h> +#include <telepathy-glib/account-manager.h> #include "empathy-contact.h" @@ -90,6 +91,9 @@ TpAccount * empathy_get_account_for_connection (TpConnection *connection); gboolean empathy_account_manager_get_accounts_connected (gboolean *connecting); +void empathy_connect_new_account (TpAccount *account, + TpAccountManager *account_manager); + G_END_DECLS #endif /* __EMPATHY_UTILS_H__ */ |