]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-contact-selector.h
de.po: Updated German translation
[empathy.git] / libempathy-gtk / empathy-contact-selector.h
index 238cbbbb90e269a882f991b003ef9047d806a48f..19ca8cef8609c2b9dd1d20d525a1f010d2cbbdd3 100644 (file)
@@ -58,11 +58,10 @@ struct _EmpathyContactSelectorClass
 };
 
 GType empathy_contact_selector_get_type (void) G_GNUC_CONST;
-GtkWidget *
-empathy_contact_selector_new (EmpathyContactListStore *store);
 
-EmpathyContact *
-empathy_contact_selector_get_selected (EmpathyContactSelector *selector);
+GtkWidget * empathy_contact_selector_new (EmpathyContactList *contact_list);
+
+EmpathyContact * empathy_contact_selector_dup_selected (EmpathyContactSelector *selector);
 
 G_END_DECLS