]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-contact-selector.h
Add en_GB in gitignore
[empathy.git] / libempathy-gtk / empathy-contact-selector.h
index c7e30e3637b7d6f7c8652adc41295170b55097ec..19ca8cef8609c2b9dd1d20d525a1f010d2cbbdd3 100644 (file)
@@ -49,6 +49,7 @@ typedef struct _EmpathyContactSelectorClass EmpathyContactSelectorClass;
 struct _EmpathyContactSelector
 {
   GtkComboBox parent;
+  gpointer priv;
 };
 
 struct _EmpathyContactSelectorClass
@@ -57,11 +58,10 @@ struct _EmpathyContactSelectorClass
 };
 
 GType empathy_contact_selector_get_type (void) G_GNUC_CONST;
-EmpathyContactSelector *
-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