aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-store.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-22 17:04:40 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-24 19:29:03 +0800
commitf13e0c152b9de168c88f6ebde45c8e35e4df4934 (patch)
tree4961e686a71d2a7b8f722972d8195f1695bb79a1 /libempathy-gtk/empathy-individual-store.h
parent2a03f6ffb41e22d712ed790cdb9aed4a823c1e81 (diff)
downloadgsoc2013-empathy-f13e0c152b9de168c88f6ebde45c8e35e4df4934.tar
gsoc2013-empathy-f13e0c152b9de168c88f6ebde45c8e35e4df4934.tar.gz
gsoc2013-empathy-f13e0c152b9de168c88f6ebde45c8e35e4df4934.tar.bz2
gsoc2013-empathy-f13e0c152b9de168c88f6ebde45c8e35e4df4934.tar.lz
gsoc2013-empathy-f13e0c152b9de168c88f6ebde45c8e35e4df4934.tar.xz
gsoc2013-empathy-f13e0c152b9de168c88f6ebde45c8e35e4df4934.tar.zst
gsoc2013-empathy-f13e0c152b9de168c88f6ebde45c8e35e4df4934.zip
add empathy_individual_store_refresh_individual() as a protected method
This allows us to remove show_active as a protected variable. https://bugzilla.gnome.org/show_bug.cgi?id=663387
Diffstat (limited to 'libempathy-gtk/empathy-individual-store.h')
-rw-r--r--libempathy-gtk/empathy-individual-store.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-individual-store.h b/libempathy-gtk/empathy-individual-store.h
index 3a102d7f8..3e077a95d 100644
--- a/libempathy-gtk/empathy-individual-store.h
+++ b/libempathy-gtk/empathy-individual-store.h
@@ -79,7 +79,6 @@ struct _EmpathyIndividualStore
EmpathyIndividualStorePriv *priv;
/* protected */
- gboolean show_active;
guint setup_idle_id;
};
@@ -157,5 +156,8 @@ void empathy_individual_store_remove_individual (EmpathyIndividualStore *self,
void empathy_individual_store_add_individual (EmpathyIndividualStore *self,
FolksIndividual *individual);
+void empathy_individual_store_refresh_individual (EmpathyIndividualStore *self,
+ FolksIndividual *individual);
+
G_END_DECLS
#endif /* __EMPATHY_INDIVIDUAL_STORE_H__ */