aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-individual-manager.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-30 20:36:21 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-06-14 15:21:44 +0800
commitc85ceea55eef6e764d62c7b1cf1e536e60b67451 (patch)
tree4373fad3446aaf15d3111a4eeb3410c87b47444b /libempathy/empathy-individual-manager.h
parentad74b5ae98407d3c97a0b157971c859cdaf138eb (diff)
downloadgsoc2013-empathy-c85ceea55eef6e764d62c7b1cf1e536e60b67451.tar
gsoc2013-empathy-c85ceea55eef6e764d62c7b1cf1e536e60b67451.tar.gz
gsoc2013-empathy-c85ceea55eef6e764d62c7b1cf1e536e60b67451.tar.bz2
gsoc2013-empathy-c85ceea55eef6e764d62c7b1cf1e536e60b67451.tar.lz
gsoc2013-empathy-c85ceea55eef6e764d62c7b1cf1e536e60b67451.tar.xz
gsoc2013-empathy-c85ceea55eef6e764d62c7b1cf1e536e60b67451.tar.zst
gsoc2013-empathy-c85ceea55eef6e764d62c7b1cf1e536e60b67451.zip
individual-manager: keep track of most popular contacts
https://bugzilla.gnome.org/show_bug.cgi?id=677940
Diffstat (limited to 'libempathy/empathy-individual-manager.h')
-rw-r--r--libempathy/empathy-individual-manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-individual-manager.h b/libempathy/empathy-individual-manager.h
index 3e17bbd85..d2a5fe90b 100644
--- a/libempathy/empathy-individual-manager.h
+++ b/libempathy/empathy-individual-manager.h
@@ -86,5 +86,8 @@ void empathy_individual_manager_set_blocked (EmpathyIndividualManager *self,
gboolean empathy_individual_manager_get_contacts_loaded (
EmpathyIndividualManager *self);
+GList * empathy_individual_manager_get_top_individuals (
+ EmpathyIndividualManager *self);
+
G_END_DECLS
#endif /* __EMPATHY_INDIVIDUAL_MANAGER_H__ */