]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBSyncController.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.1 / SBSyncController.h
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 SBSyncController : NSObject
10 {
11 int _syncState;
12 int _restoreState;
13 int _resetState;
14 int _sofwareUpdateState;
15 struct __CFMachPort *_backupAgentCFPort;
16 BOOL _showingResetUI;
17 }
18
19 + (id)sharedInstance;
20 - (void)dealloc;
21 - (void)startObserving;
22 - (void)stopObserving;
23 - (BOOL)isSyncing;
24 - (int)syncState;
25 - (void)didEndSyncing;
26 - (void)suspendSyncing;
27 - (void)resumeSyncing;
28 - (void)cancelSyncing;
29 - (void)_notifyAppsSyncWillBegin;
30 - (void)didShowSyncPanel;
31 - (void)frontLockedWhenPossible;
32 - (void)beginSyncing;
33 - (void)iTunesSyncRequestedStart;
34 - (void)iTunesSyncHasCompleted:(int)fp8;
35 - (BOOL)isRestoring;
36 - (int)restoreState;
37 - (void)_notifyRestoreCanProceed;
38 - (void)_killApplications;
39 - (void)beginRestoring;
40 - (void)finishedTerminatingApplications;
41 - (void)cancelRestoring;
42 - (void)_rebootNow;
43 - (void)finishEndRestoring;
44 - (void)didEndRestoring:(int)fp8;
45 - (BOOL)isResetting;
46 - (int)resetState;
47 - (void)_delayedQuitApplications;
48 - (void)_delayedBeginReset;
49 - (void)beginResetting:(BOOL)fp8;
50 - (void)didEndResetting;
51 - (void)_resetStarted:(id)fp8;
52 - (void)_resetEnded:(id)fp8;
53 - (void)_invalidateBackupAgentCFPort;
54 - (void)_didEndRestoringWithRestoreFailed;
55 - (BOOL)_setupBackupAgentPort;
56 - (void)setSoftwareUpdateState:(int)fp8;
57 - (void)showPreSoftwareUpdateScreen;
58 - (BOOL)isSoftwareUpdating;
59 - (BOOL)isInUse;
60
61 @end
62