aboutsummaryrefslogtreecommitdiff
path: root/src/user-menu-mgr.h
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-08-18 15:24:01 +0100
committerConor Curran <conor.curran@canonical.com>2011-08-18 15:24:01 +0100
commit92765fe97bdeb68f7f38cf57e478529db95cc09e (patch)
tree1606faefa181917a86855e18e314e189da808101 /src/user-menu-mgr.h
parentd8d6677e2d184bde9ba5e136ed5c6edf30c20efc (diff)
parentdce6ee5caccdf9f9683bad26d062671a889792ee (diff)
downloadayatana-indicator-session-92765fe97bdeb68f7f38cf57e478529db95cc09e.tar.gz
ayatana-indicator-session-92765fe97bdeb68f7f38cf57e478529db95cc09e.tar.bz2
ayatana-indicator-session-92765fe97bdeb68f7f38cf57e478529db95cc09e.zip
merge in the big fix branch
Diffstat (limited to 'src/user-menu-mgr.h')
-rw-r--r--src/user-menu-mgr.h3
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