aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-roster-view.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-06-04 20:57:03 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-06-14 15:21:49 +0800
commit32e517b2bc225ad56de043e79278374994c099ad (patch)
tree31bfddde30c6f6436404dd2971b50ef8ae1d7537 /libempathy-gtk/empathy-roster-view.h
parenta96c2a5c0ac5133ab8b7a14fab0f2857cead162d (diff)
downloadgsoc2013-empathy-32e517b2bc225ad56de043e79278374994c099ad.tar
gsoc2013-empathy-32e517b2bc225ad56de043e79278374994c099ad.tar.gz
gsoc2013-empathy-32e517b2bc225ad56de043e79278374994c099ad.tar.bz2
gsoc2013-empathy-32e517b2bc225ad56de043e79278374994c099ad.tar.lz
gsoc2013-empathy-32e517b2bc225ad56de043e79278374994c099ad.tar.xz
gsoc2013-empathy-32e517b2bc225ad56de043e79278374994c099ad.tar.zst
gsoc2013-empathy-32e517b2bc225ad56de043e79278374994c099ad.zip
add API for individual tooltips
Diffstat (limited to 'libempathy-gtk/empathy-roster-view.h')
-rw-r--r--libempathy-gtk/empathy-roster-view.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-roster-view.h b/libempathy-gtk/empathy-roster-view.h
index e5c3a6f40..e5160f6a3 100644
--- a/libempathy-gtk/empathy-roster-view.h
+++ b/libempathy-gtk/empathy-roster-view.h
@@ -64,6 +64,17 @@ void empathy_roster_view_show_groups (EmpathyRosterView *self,
void empathy_roster_view_set_live_search (EmpathyRosterView *self,
EmpathyLiveSearch *search);
+typedef gboolean (* EmpathyRosterViewIndividualTooltipCb) (
+ EmpathyRosterView *self,
+ FolksIndividual *individual,
+ gboolean keyboard_mode,
+ GtkTooltip *tooltip,
+ gpointer user_data);
+
+void empathy_roster_view_set_individual_tooltip_cb (EmpathyRosterView *self,
+ EmpathyRosterViewIndividualTooltipCb callback,
+ gpointer user_data);
+
G_END_DECLS
#endif /* #ifndef __EMPATHY_ROSTER_VIEW_H__*/