]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-roster-view.h
Updated Czech translation
[empathy.git] / libempathy-gtk / empathy-roster-view.h
index c09d09c3a7c770e103e9efda53925e8cea644851..6a8d30c14753ba12247f0331fac11807bdbc890c 100644 (file)
@@ -2,8 +2,8 @@
 #ifndef __EMPATHY_ROSTER_VIEW_H__
 #define __EMPATHY_ROSTER_VIEW_H__
 
-#include "egg-list-box/egg-list-box.h"
-#include "empathy-live-search.h"
+#include <tp-account-widgets/tpaw-live-search.h>
+
 #include "empathy-roster-model.h"
 
 G_BEGIN_DECLS
@@ -15,13 +15,13 @@ typedef struct _EmpathyRosterViewPriv EmpathyRosterViewPriv;
 struct _EmpathyRosterViewClass
 {
   /*<private>*/
-  EggListBoxClass parent_class;
+  GtkListBoxClass parent_class;
 };
 
 struct _EmpathyRosterView
 {
   /*<private>*/
-  EggListBox parent;
+  GtkListBox parent;
   EmpathyRosterViewPriv *priv;
 };
 
@@ -58,7 +58,7 @@ void empathy_roster_view_show_groups (EmpathyRosterView *self,
     gboolean show);
 
 void empathy_roster_view_set_live_search (EmpathyRosterView *self,
-    EmpathyLiveSearch *search);
+    TpawLiveSearch *search);
 
 gboolean empathy_roster_view_is_empty (EmpathyRosterView *self);
 
@@ -75,7 +75,7 @@ void empathy_roster_view_remove_event (EmpathyRosterView *self,
 FolksIndividual * empathy_roster_view_get_individual_at_y (
     EmpathyRosterView *self,
     gint y,
-    GtkWidget **out_child);
+    GtkListBoxRow **out_row);
 
 const gchar * empathy_roster_view_get_group_at_y (
     EmpathyRosterView *self,