diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-08-05 18:00:31 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-08-05 21:03:43 +0800 |
commit | 508d001793fdcb91dc6305c547a9b2f205acdad1 (patch) | |
tree | b7ed5c17198a7094d4deffca5463e3e4411049ca /libempathy-gtk/empathy-contact-chooser.h | |
parent | 3aa8239213c026f5b09d50669f7a4a65c9906659 (diff) | |
download | gsoc2013-empathy-508d001793fdcb91dc6305c547a9b2f205acdad1.tar gsoc2013-empathy-508d001793fdcb91dc6305c547a9b2f205acdad1.tar.gz gsoc2013-empathy-508d001793fdcb91dc6305c547a9b2f205acdad1.tar.bz2 gsoc2013-empathy-508d001793fdcb91dc6305c547a9b2f205acdad1.tar.lz gsoc2013-empathy-508d001793fdcb91dc6305c547a9b2f205acdad1.tar.xz gsoc2013-empathy-508d001793fdcb91dc6305c547a9b2f205acdad1.tar.zst gsoc2013-empathy-508d001793fdcb91dc6305c547a9b2f205acdad1.zip |
Implement TpContact selection in EmpathyInviteParticipantDialog
https://bugzilla.gnome.org/show_bug.cgi?id=656020
Diffstat (limited to 'libempathy-gtk/empathy-contact-chooser.h')
-rw-r--r-- | libempathy-gtk/empathy-contact-chooser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-chooser.h b/libempathy-gtk/empathy-contact-chooser.h index 142660a6b..b6e45c220 100644 --- a/libempathy-gtk/empathy-contact-chooser.h +++ b/libempathy-gtk/empathy-contact-chooser.h @@ -54,7 +54,7 @@ GType empathy_contact_chooser_get_type (void); GtkWidget * empathy_contact_chooser_new (EmpathyTpChat *tp_chat); -TpContact * empathy_contact_chooser_get_selected ( +FolksIndividual * empathy_contact_chooser_dup_selected ( EmpathyContactChooser *self); void empathy_contact_chooser_set_filter_func (EmpathyContactChooser *self, |