aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-selector-dialog.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-12-16 19:18:37 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-12-17 18:38:50 +0800
commit0af3c68b4c8c9392174d780712f5d4a12d0e13e6 (patch)
tree4d5fa6d6ab63a07b8ded2b0c9d2b4185937d963d /libempathy-gtk/empathy-contact-selector-dialog.h
parent5631f4f5e4a4d446d5e4d81acd94b69567f9dcfa (diff)
downloadgsoc2013-empathy-0af3c68b4c8c9392174d780712f5d4a12d0e13e6.tar
gsoc2013-empathy-0af3c68b4c8c9392174d780712f5d4a12d0e13e6.tar.gz
gsoc2013-empathy-0af3c68b4c8c9392174d780712f5d4a12d0e13e6.tar.bz2
gsoc2013-empathy-0af3c68b4c8c9392174d780712f5d4a12d0e13e6.tar.lz
gsoc2013-empathy-0af3c68b4c8c9392174d780712f5d4a12d0e13e6.tar.xz
gsoc2013-empathy-0af3c68b4c8c9392174d780712f5d4a12d0e13e6.tar.zst
gsoc2013-empathy-0af3c68b4c8c9392174d780712f5d4a12d0e13e6.zip
contact-selector-dialog: add API for subclass to redefine the accoutn filter function
Diffstat (limited to 'libempathy-gtk/empathy-contact-selector-dialog.h')
-rw-r--r--libempathy-gtk/empathy-contact-selector-dialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-contact-selector-dialog.h b/libempathy-gtk/empathy-contact-selector-dialog.h
index 0f5279946..2315bc401 100644
--- a/libempathy-gtk/empathy-contact-selector-dialog.h
+++ b/libempathy-gtk/empathy-contact-selector-dialog.h
@@ -39,6 +39,9 @@ struct _EmpathyContactSelectorDialogClass {
void (*got_response) (EmpathyContactSelectorDialog *self,
TpConnection *connection,
const gchar *contact_id);
+
+ gboolean (*account_filter) (EmpathyContactSelectorDialog *self,
+ TpAccount *account);
};
struct _EmpathyContactSelectorDialog {