]> git.0d.be Git - empathy.git/blobdiff - src/empathy-import-utils.h
Updated Oriya translation
[empathy.git] / src / empathy-import-utils.h
index 8c971a04d21c22f7abcee4e3c93e9b29d0e89512..d860c4ee89c20ed995dec9f35c6ee542bea5bbc4 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef __EMPATHY_IMPORT_UTILS_H__
 #define __EMPATHY_IMPORT_UTILS_H__
 
-#include <glib.h>
+#include <telepathy-glib/telepathy-glib.h>
 
 G_BEGIN_DECLS
 
@@ -36,6 +36,8 @@ typedef struct
   gchar *connection_manager;
   /* The name of the account import source */
   gchar *source;
+  /* Indicates whether the account is enabled by default */
+  gboolean enabled;
 } EmpathyImportAccountData;
 
 typedef enum {
@@ -51,6 +53,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__ */