aboutsummaryrefslogtreecommitdiff
path: root/src/im-phone-menu.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-11-03 20:56:20 +0000
committerCI bot <ps-jenkins@lists.canonical.com>2014-11-03 20:56:20 +0000
commit2b470ce8dfbdfc6f6d7c5344bef76784b3f5915a (patch)
tree84b83a5df9e93a07dba3dc512e6354aa54439e33 /src/im-phone-menu.h
parent8ff11f946024ddd04f1e5322efcd57ecb147efdf (diff)
parent330352f2d5983357dad382b89bb4c0be803cf7cb (diff)
downloadayatana-indicator-messages-2b470ce8dfbdfc6f6d7c5344bef76784b3f5915a.tar.gz
ayatana-indicator-messages-2b470ce8dfbdfc6f6d7c5344bef76784b3f5915a.tar.bz2
ayatana-indicator-messages-2b470ce8dfbdfc6f6d7c5344bef76784b3f5915a.zip
Add filtering for lock screen. Fixes: 1358340
Approved by: PS Jenkins bot
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,