summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-07-21 11:24:26 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-07-21 11:30:57 (GMT)
commit052f685338462a8c0c6d9785864e7549290d7037 (patch)
treef076b9981c62dc6913badf675c22caf6cbfcd874 /Slimber/Cocoa/Menulet.h
parent06a69020da6ffb527bb2a31f1da2158df2a4d3de (diff)
downloadswift-contrib-052f685338462a8c0c6d9785864e7549290d7037.zip
swift-contrib-052f685338462a8c0c6d9785864e7549290d7037.tar.bz2
Show list of connected users.
Diffstat (limited to 'Slimber/Cocoa/Menulet.h')
-rw-r--r--Slimber/Cocoa/Menulet.h3
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