]> git.saurik.com Git - iphone-api.git/blame - SpringBoard-2.1/SBLaunchdUtilities.h
This one only took me maybe a half hour to find.
[iphone-api.git] / SpringBoard-2.1 / SBLaunchdUtilities.h
CommitLineData
298474e0
JF
1/*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7#import "NSObject.h"
8
9@interface SBLaunchdUtilities : NSObject
10{
11}
12
13+ (BOOL)createJobWithLabel:(id)fp8 path:(id)fp12 arguments:(id)fp16 environment:(id)fp20 standardOutputPath:(id)fp24 standardErrorPath:(id)fp28 waitForDebugger:(BOOL)fp32 seatbeltProfilePath:(id)fp36 machServices:(id)fp40;
14+ (void)deleteJobWithLabel:(id)fp8;
15+ (BOOL)stopJobWithLabel:(id)fp8;
16+ (BOOL)startJobWithLabel:(id)fp8;
17+ (int)pidForLabel:(id)fp8;
18+ (int)lastExitStatusForLabel:(id)fp8;
19+ (id)allJobLabels;
20
21@end
22