diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-10-24 21:26:26 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-10-27 19:44:29 +0800 |
commit | 75e36b52f5dbe565aba6fcaf201a8ed1f2557b02 (patch) | |
tree | caf7159d5822f57c7407ed5a00db7ef996d716c6 /libempathy-gtk/empathy-account-chooser.h | |
parent | e220eb6b5dceb755e7858e465e78a46d555555f2 (diff) | |
download | gsoc2013-empathy-75e36b52f5dbe565aba6fcaf201a8ed1f2557b02.tar gsoc2013-empathy-75e36b52f5dbe565aba6fcaf201a8ed1f2557b02.tar.gz gsoc2013-empathy-75e36b52f5dbe565aba6fcaf201a8ed1f2557b02.tar.bz2 gsoc2013-empathy-75e36b52f5dbe565aba6fcaf201a8ed1f2557b02.tar.lz gsoc2013-empathy-75e36b52f5dbe565aba6fcaf201a8ed1f2557b02.tar.xz gsoc2013-empathy-75e36b52f5dbe565aba6fcaf201a8ed1f2557b02.tar.zst gsoc2013-empathy-75e36b52f5dbe565aba6fcaf201a8ed1f2557b02.zip |
factor out empathy_account_chooser_refilter()
https://bugzilla.gnome.org/show_bug.cgi?id=662609
Diffstat (limited to 'libempathy-gtk/empathy-account-chooser.h')
-rw-r--r-- | libempathy-gtk/empathy-account-chooser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-account-chooser.h b/libempathy-gtk/empathy-account-chooser.h index ac67a28e4..d58fcf12f 100644 --- a/libempathy-gtk/empathy-account-chooser.h +++ b/libempathy-gtk/empathy-account-chooser.h @@ -108,6 +108,8 @@ void empathy_account_chooser_set_filter (EmpathyAccountChooser *self, gboolean empathy_account_chooser_is_ready (EmpathyAccountChooser *self); +void empathy_account_chooser_refilter (EmpathyAccountChooser *self); + /* Pre-defined filters */ void empathy_account_chooser_filter_is_connected (TpAccount *account, |