diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2009-08-31 21:55:39 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-08-31 21:55:39 +0800 |
commit | 647858dc34ec9786c88b22fea74fc45ff3bb14f6 (patch) | |
tree | 9a2750ca1e0f835f797ff5c9ea9a2253aba47f62 /libempathy-gtk/empathy-account-widget.h | |
parent | 5a1342eb769353967062163bad6258edf18e460a (diff) | |
parent | cd277c0c7cbe0389c242abb58b995389000f3e53 (diff) | |
download | gsoc2013-empathy-647858dc34ec9786c88b22fea74fc45ff3bb14f6.tar gsoc2013-empathy-647858dc34ec9786c88b22fea74fc45ff3bb14f6.tar.gz gsoc2013-empathy-647858dc34ec9786c88b22fea74fc45ff3bb14f6.tar.bz2 gsoc2013-empathy-647858dc34ec9786c88b22fea74fc45ff3bb14f6.tar.lz gsoc2013-empathy-647858dc34ec9786c88b22fea74fc45ff3bb14f6.tar.xz gsoc2013-empathy-647858dc34ec9786c88b22fea74fc45ff3bb14f6.tar.zst gsoc2013-empathy-647858dc34ec9786c88b22fea74fc45ff3bb14f6.zip |
Merge commit 'jtellier/confirm-lose-accounts-settings'
Diffstat (limited to 'libempathy-gtk/empathy-account-widget.h')
-rw-r--r-- | libempathy-gtk/empathy-account-widget.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-account-widget.h b/libempathy-gtk/empathy-account-widget.h index d4111eba2..75214fac8 100644 --- a/libempathy-gtk/empathy-account-widget.h +++ b/libempathy-gtk/empathy-account-widget.h @@ -65,6 +65,11 @@ EmpathyAccountWidget * empathy_account_widget_new_for_protocol ( EmpathyAccountSettings *settings, gboolean simple); +gboolean empathy_account_widget_contains_pending_changes + (EmpathyAccountWidget *widget); +void empathy_account_widget_discard_pending_changes + (EmpathyAccountWidget *widget); + G_END_DECLS #endif /* __EMPATHY_ACCOUNT_WIDGET_H__ */ |