diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-08-18 12:45:50 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-08-18 12:45:50 +0100 |
commit | dce6ee5caccdf9f9683bad26d062671a889792ee (patch) | |
tree | 3ec6f8862d88f3f87ede4e6837e93698e42286e9 /src/user-menu-mgr.h | |
parent | fbc3c1069a1472d0c5229eb6bcd583e784fcc963 (diff) | |
download | ayatana-indicator-session-dce6ee5caccdf9f9683bad26d062671a889792ee.tar.gz ayatana-indicator-session-dce6ee5caccdf9f9683bad26d062671a889792ee.tar.bz2 ayatana-indicator-session-dce6ee5caccdf9f9683bad26d062671a889792ee.zip |
greeter mode uses to flag whether we are showing the user menu or not
Diffstat (limited to 'src/user-menu-mgr.h')
-rw-r--r-- | src/user-menu-mgr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/user-menu-mgr.h b/src/user-menu-mgr.h index ff2cb77..01823e7 100644 --- a/src/user-menu-mgr.h +++ b/src/user-menu-mgr.h @@ -45,7 +45,8 @@ struct _UserMenuMgrClass }; GType user_menu_mgr_get_type (void) G_GNUC_CONST; -UserMenuMgr* user_menu_mgr_new (SessionDbus* session_dbus); +UserMenuMgr* user_menu_mgr_new (SessionDbus* session_dbus, + gboolean greeter_mode); DbusmenuMenuitem* user_mgr_get_root_item (UserMenuMgr* self); G_END_DECLS |