mirror of
https://github.com/debauchee/barrier.git
synced 2025-06-23 21:17:01 +02:00
Initial commit of the synergy trunk sources from sf.net
This commit is contained in:
commit
958fa80d1d
429 changed files with 96848 additions and 0 deletions
36
lib/platform/OSXScreenSaverControl.h
Normal file
36
lib/platform/OSXScreenSaverControl.h
Normal file
|
@ -0,0 +1,36 @@
|
|||
// ScreenSaver.framework private API
|
||||
// Class dumping by Alex Harper http://www.ragingmenace.com/
|
||||
|
||||
#import <Foundation/NSObject.h>
|
||||
|
||||
@protocol ScreenSaverControl
|
||||
- (double)screenSaverTimeRemaining;
|
||||
- (void)restartForUser:fp12;
|
||||
- (void)screenSaverStopNow;
|
||||
- (void)screenSaverStartNow;
|
||||
- (void)setScreenSaverCanRun:(char)fp12;
|
||||
- (BOOL)screenSaverCanRun;
|
||||
- (BOOL)screenSaverIsRunning;
|
||||
@end
|
||||
|
||||
|
||||
@interface ScreenSaverController:NSObject <ScreenSaverControl>
|
||||
|
||||
+ controller;
|
||||
+ monitor;
|
||||
+ daemonConnectionName;
|
||||
+ daemonPath;
|
||||
+ enginePath;
|
||||
- init;
|
||||
- (void)dealloc;
|
||||
- (void)_connectionClosed:fp12;
|
||||
- (BOOL)screenSaverIsRunning;
|
||||
- (BOOL)screenSaverCanRun;
|
||||
- (void)setScreenSaverCanRun:(char)fp12;
|
||||
- (void)screenSaverStartNow;
|
||||
- (void)screenSaverStopNow;
|
||||
- (void)restartForUser:fp12;
|
||||
- (double)screenSaverTimeRemaining;
|
||||
|
||||
@end
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue