diff options
Diffstat (limited to 'Slimber/Cocoa/Menulet.h')
-rw-r--r-- | Slimber/Cocoa/Menulet.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Slimber/Cocoa/Menulet.h b/Slimber/Cocoa/Menulet.h index dfe07a0..fabaa80 100644 --- a/Slimber/Cocoa/Menulet.h +++ b/Slimber/Cocoa/Menulet.h @@ -4,12 +4,13 @@ NSStatusItem* statusItem; NSMenu* statusMenu; NSImage* menuIcon; + NSArray* userNames; BOOL selfOnline; } - (id) init; - (void) updateMenu; -- (void) setUsersOnline: (BOOL) online; +- (void) setUserNames: (NSArray*) names; - (void) setSelfConnected: (BOOL) online; @end |