aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-roster-view.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-06-22 15:40:15 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-06-26 17:16:26 +0800
commit3a0dc8812d6c720499e34882b499f1cd9447c57c (patch)
tree8fd8e43d0c2b31500c3f5791ff9560b2fcb8ae5b /libempathy-gtk/empathy-roster-view.h
parent9b18c84ccde2ff7231baddab7dd53403fc4df2d9 (diff)
downloadgsoc2013-empathy-3a0dc8812d6c720499e34882b499f1cd9447c57c.tar
gsoc2013-empathy-3a0dc8812d6c720499e34882b499f1cd9447c57c.tar.gz
gsoc2013-empathy-3a0dc8812d6c720499e34882b499f1cd9447c57c.tar.bz2
gsoc2013-empathy-3a0dc8812d6c720499e34882b499f1cd9447c57c.tar.lz
gsoc2013-empathy-3a0dc8812d6c720499e34882b499f1cd9447c57c.tar.xz
gsoc2013-empathy-3a0dc8812d6c720499e34882b499f1cd9447c57c.tar.zst
gsoc2013-empathy-3a0dc8812d6c720499e34882b499f1cd9447c57c.zip
roster-view: export empathy_roster_view_get_individual_at_y()
https://bugzilla.gnome.org/show_bug.cgi?id=678524
Diffstat (limited to 'libempathy-gtk/empathy-roster-view.h')
-rw-r--r--libempathy-gtk/empathy-roster-view.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-roster-view.h b/libempathy-gtk/empathy-roster-view.h
index a0ed77515..ff9ba6c57 100644
--- a/libempathy-gtk/empathy-roster-view.h
+++ b/libempathy-gtk/empathy-roster-view.h
@@ -76,6 +76,11 @@ guint empathy_roster_view_add_event (EmpathyRosterView *self,
void empathy_roster_view_remove_event (EmpathyRosterView *self,
guint event_id);
+FolksIndividual * empathy_roster_view_get_individual_at_y (
+ EmpathyRosterView *self,
+ gint y,
+ GtkWidget **out_child);
+
G_END_DECLS
#endif /* #ifndef __EMPATHY_ROSTER_VIEW_H__*/