diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-03-17 05:34:48 +0800 |
---|---|---|
committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-04-08 18:41:30 +0800 |
commit | 563630a2afed64a18df0936a5da7aa178ef8e474 (patch) | |
tree | dc357ea6f23ae0c4e482d7702b0b66e48e336669 /libempathy-gtk/empathy-account-widget-skype.h | |
parent | 0e8272e711be19be93995495a570531f6ecbdf10 (diff) | |
download | gsoc2013-empathy-563630a2afed64a18df0936a5da7aa178ef8e474.tar gsoc2013-empathy-563630a2afed64a18df0936a5da7aa178ef8e474.tar.gz gsoc2013-empathy-563630a2afed64a18df0936a5da7aa178ef8e474.tar.bz2 gsoc2013-empathy-563630a2afed64a18df0936a5da7aa178ef8e474.tar.lz gsoc2013-empathy-563630a2afed64a18df0936a5da7aa178ef8e474.tar.xz gsoc2013-empathy-563630a2afed64a18df0936a5da7aa178ef8e474.tar.zst gsoc2013-empathy-563630a2afed64a18df0936a5da7aa178ef8e474.zip |
Disable all other psyke accounts when one is enabled
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-skype.h')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-skype.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-account-widget-skype.h b/libempathy-gtk/empathy-account-widget-skype.h index 3ca1e76bc..5ba0c6ed5 100644 --- a/libempathy-gtk/empathy-account-widget-skype.h +++ b/libempathy-gtk/empathy-account-widget-skype.h @@ -30,7 +30,8 @@ G_BEGIN_DECLS void empathy_account_widget_build_skype (EmpathyAccountWidget *self, const char *filename); gboolean empathy_account_widget_skype_show_eula (GtkWindow *parent); - +gboolean empathy_accounts_dialog_skype_disable_other_accounts ( + TpAccount *account, GtkWindow *parent); G_END_DECLS |