]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-local-xmpp-assistant-widget.h
Move should_create_salut_account to local-xmpp-assistant-widget
[empathy.git] / libempathy-gtk / empathy-local-xmpp-assistant-widget.h
index edb9b6a40299b5f953694974a651079ec56dd4bf..996671fdccfc1a0c0018d66524f3808cdbba4d0f 100644 (file)
@@ -23,6 +23,8 @@
 
 #include <gtk/gtk.h>
 
+#include <telepathy-glib/telepathy-glib.h>
+
 G_BEGIN_DECLS
 
 #define EMPATHY_TYPE_LOCAL_XMPP_ASSISTANT_WIDGET (empathy_local_xmpp_assistant_widget_get_type ())
@@ -53,6 +55,9 @@ GtkWidget * empathy_local_xmpp_assistant_widget_new (void);
 void empathy_local_xmpp_assistant_widget_create_account (
     EmpathyLocalXmppAssistantWidget *self);
 
+gboolean empathy_local_xmpp_assistant_widget_should_create_account (
+    TpAccountManager *manager);
+
 G_END_DECLS
 
 #endif /* __EMPATHY_LOCAL_XMPP_ASSISTANT_WIDGET_H__ */