]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-individual-store.h
GNOME Goal: Update icon names
[empathy.git] / libempathy-gtk / empathy-individual-store.h
index 3e077a95dbbced47e50612ec204e8e210df1390c..402f451b8921ae47f73eb65210f40ec98b18ef8c 100644 (file)
@@ -28,6 +28,7 @@
 #define __EMPATHY_INDIVIDUAL_STORE_H__
 
 #include <gtk/gtk.h>
+#include <folks/folks.h>
 
 G_BEGIN_DECLS
 #define EMPATHY_TYPE_INDIVIDUAL_STORE         (empathy_individual_store_get_type ())
@@ -77,9 +78,6 @@ struct _EmpathyIndividualStore
 {
   GtkTreeStore parent;
   EmpathyIndividualStorePriv *priv;
-
-  /* protected */
-  guint setup_idle_id;
 };
 
 struct _EmpathyIndividualStoreClass
@@ -87,6 +85,7 @@ struct _EmpathyIndividualStoreClass
   GtkTreeStoreClass parent_class;
 
   void (*reload_individuals) (EmpathyIndividualStore *self);
+  gboolean (*initial_loading) (EmpathyIndividualStore *self);
 };
 
 GType