diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-16 19:14:16 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-17 00:43:30 +0800 |
commit | fe9e5a3cac6397054f984a10916378792ce583ca (patch) | |
tree | 3d5903415441159be1c0b75d72bc2446e19a2fc7 /libempathy-gtk/empathy-local-xmpp-assistant-widget.h | |
parent | fea6df61fd35261aeebe2a94128d472e284a7280 (diff) | |
download | gsoc2013-empathy-fe9e5a3cac6397054f984a10916378792ce583ca.tar gsoc2013-empathy-fe9e5a3cac6397054f984a10916378792ce583ca.tar.gz gsoc2013-empathy-fe9e5a3cac6397054f984a10916378792ce583ca.tar.bz2 gsoc2013-empathy-fe9e5a3cac6397054f984a10916378792ce583ca.tar.lz gsoc2013-empathy-fe9e5a3cac6397054f984a10916378792ce583ca.tar.xz gsoc2013-empathy-fe9e5a3cac6397054f984a10916378792ce583ca.tar.zst gsoc2013-empathy-fe9e5a3cac6397054f984a10916378792ce583ca.zip |
Move should_create_salut_account to local-xmpp-assistant-widget
https://bugzilla.gnome.org/show_bug.cgi?id=652669
Diffstat (limited to 'libempathy-gtk/empathy-local-xmpp-assistant-widget.h')
-rw-r--r-- | libempathy-gtk/empathy-local-xmpp-assistant-widget.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-local-xmpp-assistant-widget.h b/libempathy-gtk/empathy-local-xmpp-assistant-widget.h index edb9b6a40..996671fdc 100644 --- a/libempathy-gtk/empathy-local-xmpp-assistant-widget.h +++ b/libempathy-gtk/empathy-local-xmpp-assistant-widget.h @@ -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__ */ |