aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-menu.h
diff options
context:
space:
mode:
authorTravis Reitter <treitter@gmail.com>2010-08-13 05:12:43 +0800
committerTravis Reitter <treitter@gmail.com>2010-08-16 23:59:01 +0800
commiteba39f0ca541d20531528eb92e86aa7d623bf3fd (patch)
treec261a08701064e1151de12a5c3b9eb19a3363b51 /libempathy-gtk/empathy-individual-menu.h
parenta626735369a638e882e95b5bc4291cc9eed03465 (diff)
downloadgsoc2013-empathy-eba39f0ca541d20531528eb92e86aa7d623bf3fd.tar
gsoc2013-empathy-eba39f0ca541d20531528eb92e86aa7d623bf3fd.tar.gz
gsoc2013-empathy-eba39f0ca541d20531528eb92e86aa7d623bf3fd.tar.bz2
gsoc2013-empathy-eba39f0ca541d20531528eb92e86aa7d623bf3fd.tar.lz
gsoc2013-empathy-eba39f0ca541d20531528eb92e86aa7d623bf3fd.tar.xz
gsoc2013-empathy-eba39f0ca541d20531528eb92e86aa7d623bf3fd.tar.zst
gsoc2013-empathy-eba39f0ca541d20531528eb92e86aa7d623bf3fd.zip
Add Personas entries to the contact menu.
This lets us specifically select which contact to chat and perform other actions with.
Diffstat (limited to 'libempathy-gtk/empathy-individual-menu.h')
-rw-r--r--libempathy-gtk/empathy-individual-menu.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-individual-menu.h b/libempathy-gtk/empathy-individual-menu.h
index 1c0d8318d..fc2a7fcd3 100644
--- a/libempathy-gtk/empathy-individual-menu.h
+++ b/libempathy-gtk/empathy-individual-menu.h
@@ -42,7 +42,8 @@ typedef enum {
GtkWidget * empathy_individual_menu_new (FolksIndividual *individual,
EmpathyIndividualFeatureFlags features);
GtkWidget * empathy_individual_add_menu_item_new (FolksIndividual *individual);
-GtkWidget * empathy_individual_chat_menu_item_new (FolksIndividual *individual);
+GtkWidget * empathy_individual_chat_menu_item_new (FolksIndividual *individual,
+ EmpathyContact *contact);
GtkWidget * empathy_individual_audio_call_menu_item_new (
FolksIndividual *individual);
GtkWidget * empathy_individual_video_call_menu_item_new (
@@ -56,7 +57,8 @@ GtkWidget * empathy_individual_invite_menu_item_new (
GtkWidget * empathy_individual_file_transfer_menu_item_new (
FolksIndividual *individual);
GtkWidget * empathy_individual_share_my_desktop_menu_item_new (
- FolksIndividual *individual);
+ FolksIndividual *individual,
+ EmpathyContact *contact);
GtkWidget * empathy_individual_favourite_menu_item_new (
FolksIndividual *individual);