aboutsummaryrefslogtreecommitdiff
path: root/src/im-phone-menu.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-09-17 10:17:59 -0500
committerTed Gould <ted@gould.cx>2014-09-17 10:17:59 -0500
commit36ab9b369b8e4e2ea80c597a854db907367e5a39 (patch)
tree746e9d5cc30ae38c1caa1ce40af9d217d0c236b0 /src/im-phone-menu.h
parentc21dbac4d01fbc035ed317b610758de0221b5314 (diff)
downloadayatana-indicator-messages-36ab9b369b8e4e2ea80c597a854db907367e5a39.tar.gz
ayatana-indicator-messages-36ab9b369b8e4e2ea80c597a854db907367e5a39.tar.bz2
ayatana-indicator-messages-36ab9b369b8e4e2ea80c597a854db907367e5a39.zip
Adding a specifier for whether it's in the greeter or not
Diffstat (limited to 'src/im-phone-menu.h')
-rw-r--r--src/im-phone-menu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/im-phone-menu.h b/src/im-phone-menu.h
index 4f96c8c..813634d 100644
--- a/src/im-phone-menu.h
+++ b/src/im-phone-menu.h
@@ -33,7 +33,8 @@ typedef struct _ImPhoneMenu ImPhoneMenu;
GType im_phone_menu_get_type (void);
-ImPhoneMenu * im_phone_menu_new (ImApplicationList *applist);
+ImPhoneMenu * im_phone_menu_new (ImApplicationList *applist,
+ gboolean greeter);
void im_phone_menu_add_message (ImPhoneMenu *menu,
const gchar *app_id,