diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-02-16 06:36:51 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-04-22 18:21:09 +0800 |
commit | eef992ef2c1010aa31585629aa6990eda76b3f3d (patch) | |
tree | 1d397758e005ffcab1812a3ce93de788991b0494 /libempathy-gtk/empathy-account-chooser.h | |
parent | 08153d80afd0c88ad5b8d4134266f3cef8078b7b (diff) | |
download | gsoc2013-empathy-eef992ef2c1010aa31585629aa6990eda76b3f3d.tar gsoc2013-empathy-eef992ef2c1010aa31585629aa6990eda76b3f3d.tar.gz gsoc2013-empathy-eef992ef2c1010aa31585629aa6990eda76b3f3d.tar.bz2 gsoc2013-empathy-eef992ef2c1010aa31585629aa6990eda76b3f3d.tar.lz gsoc2013-empathy-eef992ef2c1010aa31585629aa6990eda76b3f3d.tar.xz gsoc2013-empathy-eef992ef2c1010aa31585629aa6990eda76b3f3d.tar.zst gsoc2013-empathy-eef992ef2c1010aa31585629aa6990eda76b3f3d.zip |
Add empathy_account_chooser_get_connection()
Diffstat (limited to 'libempathy-gtk/empathy-account-chooser.h')
-rw-r--r-- | libempathy-gtk/empathy-account-chooser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-account-chooser.h b/libempathy-gtk/empathy-account-chooser.h index c15923bc3..4dfdc632e 100644 --- a/libempathy-gtk/empathy-account-chooser.h +++ b/libempathy-gtk/empathy-account-chooser.h @@ -57,6 +57,7 @@ struct _EmpathyAccountChooserClass { GType empathy_account_chooser_get_type (void) G_GNUC_CONST; GtkWidget * empathy_account_chooser_new (void); McAccount * empathy_account_chooser_get_account (EmpathyAccountChooser *chooser); +TpConnection * empathy_account_chooser_get_connection (EmpathyAccountChooser *chooser); gboolean empathy_account_chooser_set_account (EmpathyAccountChooser *chooser, McAccount *account); gboolean empathy_account_chooser_get_has_all_option (EmpathyAccountChooser *chooser); |