X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=libempathy-gtk%2Fempathy-local-xmpp-assistant-widget.h;h=996671fdccfc1a0c0018d66524f3808cdbba4d0f;hp=edb9b6a40299b5f953694974a651079ec56dd4bf;hb=fe9e5a3cac6397054f984a10916378792ce583ca;hpb=fea6df61fd35261aeebe2a94128d472e284a7280 diff --git a/libempathy-gtk/empathy-local-xmpp-assistant-widget.h b/libempathy-gtk/empathy-local-xmpp-assistant-widget.h index edb9b6a4..996671fd 100644 --- a/libempathy-gtk/empathy-local-xmpp-assistant-widget.h +++ b/libempathy-gtk/empathy-local-xmpp-assistant-widget.h @@ -23,6 +23,8 @@ #include +#include + 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__ */