]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-individual-store.h
individual_view_drag_end: remove the auto scroll
[empathy.git] / libempathy-gtk / empathy-individual-store.h
index 3e077a95dbbced47e50612ec204e8e210df1390c..61fd4b8d8d94dd3c29de8e1d9c16d8bde985219d 100644 (file)
@@ -77,9 +77,6 @@ struct _EmpathyIndividualStore
 {
   GtkTreeStore parent;
   EmpathyIndividualStorePriv *priv;
-
-  /* protected */
-  guint setup_idle_id;
 };
 
 struct _EmpathyIndividualStoreClass
@@ -87,6 +84,7 @@ struct _EmpathyIndividualStoreClass
   GtkTreeStoreClass parent_class;
 
   void (*reload_individuals) (EmpathyIndividualStore *self);
+  gboolean (*initial_loading) (EmpathyIndividualStore *self);
 };
 
 GType