aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-selector-dialog.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-13 01:18:58 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-15 17:18:01 +0800
commite1e6e92bae0eac67637b06eca8860a88d29bd8b7 (patch)
treed3427e9452138377a41d7767a81f96f72c5fbe6e /libempathy-gtk/empathy-contact-selector-dialog.h
parent9f839398aa851f66bcd426f5a1754c7becb8c990 (diff)
downloadgsoc2013-empathy-e1e6e92bae0eac67637b06eca8860a88d29bd8b7.tar
gsoc2013-empathy-e1e6e92bae0eac67637b06eca8860a88d29bd8b7.tar.gz
gsoc2013-empathy-e1e6e92bae0eac67637b06eca8860a88d29bd8b7.tar.bz2
gsoc2013-empathy-e1e6e92bae0eac67637b06eca8860a88d29bd8b7.tar.lz
gsoc2013-empathy-e1e6e92bae0eac67637b06eca8860a88d29bd8b7.tar.xz
gsoc2013-empathy-e1e6e92bae0eac67637b06eca8860a88d29bd8b7.tar.zst
gsoc2013-empathy-e1e6e92bae0eac67637b06eca8860a88d29bd8b7.zip
contact-selector-dialog: Add a property to filter contacts by account
This is useful when the account chooser is not displayed to filter contacts from one specific account.
Diffstat (limited to 'libempathy-gtk/empathy-contact-selector-dialog.h')
-rw-r--r--libempathy-gtk/empathy-contact-selector-dialog.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-contact-selector-dialog.h b/libempathy-gtk/empathy-contact-selector-dialog.h
index 87b2812f4..318a9bcac 100644
--- a/libempathy-gtk/empathy-contact-selector-dialog.h
+++ b/libempathy-gtk/empathy-contact-selector-dialog.h
@@ -62,6 +62,13 @@ void empathy_contact_selector_dialog_set_show_account_chooser (
gboolean empathy_contact_selector_dialog_get_show_account_chooser (
EmpathyContactSelectorDialog *self);
+void empathy_contact_selector_dialog_set_filter_account (
+ EmpathyContactSelectorDialog *self,
+ TpAccount *account);
+
+TpAccount * empathy_contact_selector_dialog_get_filter_account (
+ EmpathyContactSelectorDialog *self);
+
/* TYPE MACROS */
#define EMPATHY_TYPE_CONTACT_SELECTOR_DIALOG \
(empathy_contact_selector_dialog_get_type ())