]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-individual-linker.h
individual_view_drag_end: remove the auto scroll
[empathy.git] / libempathy-gtk / empathy-individual-linker.h
index 74fcfa6af856c59d4cc4c06e5cb763f7c6828c40..3079fa09113f6ce5111af95077340696be46f77a 100644 (file)
@@ -43,14 +43,14 @@ G_BEGIN_DECLS
         EmpathyIndividualLinkerClass))
 
 typedef struct {
-       GtkBin parent;
+       GtkBox parent;
 
        /*<private>*/
        gpointer priv;
 } EmpathyIndividualLinker;
 
 typedef struct {
-       GtkBinClass parent_class;
+       GtkBoxClass parent_class;
 } EmpathyIndividualLinkerClass;
 
 GType empathy_individual_linker_get_type (void) G_GNUC_CONST;
@@ -62,12 +62,15 @@ void empathy_individual_linker_set_start_individual (
     EmpathyIndividualLinker *self,
     FolksIndividual *individual);
 
-GList * empathy_individual_linker_get_linked_personas (
+GeeSet * empathy_individual_linker_get_linked_personas (
     EmpathyIndividualLinker *self);
 
 gboolean empathy_individual_linker_get_has_changed (
     EmpathyIndividualLinker *self);
 
+void empathy_individual_linker_set_search_text (EmpathyIndividualLinker *self,
+    const gchar *search_text);
+
 G_END_DECLS
 
 #endif /* __EMPATHY_INDIVIDUAL_LINKER_H__ */