aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-import-utils.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2009-09-14 18:08:59 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2009-09-14 18:08:59 +0800
commit3ee3162a25751ce528cf84661b2d515820b15cfb (patch)
tree7914730ce92aa230695fd76176d047882b95f7e9 /src/empathy-import-utils.h
parentddcb7848002b70bc8950d45a9079582a8787c394 (diff)
downloadgsoc2013-empathy-3ee3162a25751ce528cf84661b2d515820b15cfb.tar
gsoc2013-empathy-3ee3162a25751ce528cf84661b2d515820b15cfb.tar.gz
gsoc2013-empathy-3ee3162a25751ce528cf84661b2d515820b15cfb.tar.bz2
gsoc2013-empathy-3ee3162a25751ce528cf84661b2d515820b15cfb.tar.lz
gsoc2013-empathy-3ee3162a25751ce528cf84661b2d515820b15cfb.tar.xz
gsoc2013-empathy-3ee3162a25751ce528cf84661b2d515820b15cfb.tar.zst
gsoc2013-empathy-3ee3162a25751ce528cf84661b2d515820b15cfb.zip
Move protocol_is_supported() to empathy-import-utils
Diffstat (limited to 'src/empathy-import-utils.h')
-rw-r--r--src/empathy-import-utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/empathy-import-utils.h b/src/empathy-import-utils.h
index 8c971a04d..20af25a91 100644
--- a/src/empathy-import-utils.h
+++ b/src/empathy-import-utils.h
@@ -22,6 +22,7 @@
#ifndef __EMPATHY_IMPORT_UTILS_H__
#define __EMPATHY_IMPORT_UTILS_H__
+#include <telepathy-glib/connection-manager.h>
#include <glib.h>
G_BEGIN_DECLS
@@ -51,6 +52,9 @@ void empathy_import_account_data_free (EmpathyImportAccountData *data);
gboolean empathy_import_accounts_to_import (void);
GList *empathy_import_accounts_load (EmpathyImportApplication id);
+gboolean empathy_import_protocol_is_supported (const gchar *protocol,
+ TpConnectionManager **cm);
+
G_END_DECLS
#endif /* __EMPATHY_IMPORT_UTILS_H__ */