diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-25 00:54:14 +0800 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-27 17:23:48 +0800 |
commit | e2f43f8e42064400f777e52937b845f804331b26 (patch) | |
tree | 93b9bb6bdbc83f4fe68d3b08b8efd44866305665 /libempathy-gtk/empathy-individual-view.h | |
parent | 9bee6ee28d745736a6c5c9b0cd26041575da9b73 (diff) | |
download | gsoc2013-empathy-e2f43f8e42064400f777e52937b845f804331b26.tar gsoc2013-empathy-e2f43f8e42064400f777e52937b845f804331b26.tar.gz gsoc2013-empathy-e2f43f8e42064400f777e52937b845f804331b26.tar.bz2 gsoc2013-empathy-e2f43f8e42064400f777e52937b845f804331b26.tar.lz gsoc2013-empathy-e2f43f8e42064400f777e52937b845f804331b26.tar.xz gsoc2013-empathy-e2f43f8e42064400f777e52937b845f804331b26.tar.zst gsoc2013-empathy-e2f43f8e42064400f777e52937b845f804331b26.zip |
Add an EmpathyIndividualView::drag-persona-received signal
This allows notification of drops of personas on the individual view.
Helps: bgo#627715
Diffstat (limited to 'libempathy-gtk/empathy-individual-view.h')
-rw-r--r-- | libempathy-gtk/empathy-individual-view.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-individual-view.h b/libempathy-gtk/empathy-individual-view.h index babe0a939..5222eb1a4 100644 --- a/libempathy-gtk/empathy-individual-view.h +++ b/libempathy-gtk/empathy-individual-view.h @@ -79,6 +79,11 @@ struct _EmpathyIndividualViewClass FolksIndividual *individual, const gchar *new_group, const gchar *old_group); + + void (* drag_persona_received) (EmpathyIndividualView *self, + GdkDragAction action, + FolksPersona *persona, + FolksIndividual *individual); }; GType empathy_individual_view_get_type (void) G_GNUC_CONST; |