File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ static NSString * PBStringFromBranchFilterType(PBGitXBranchFilterType type) {
88
88
89
89
- (NSFileHandle *) handleForCommand : (NSString *) cmd ;
90
90
- (NSFileHandle *) handleForArguments : (NSArray *) args ;
91
+ - (NSFileHandle *) handleInWorkDirForArguments : (NSArray *)args ;
91
92
- (NSFileHandle *) handleInWorkDirForArguments : (NSArray *)args ;
92
93
- (NSString *) outputForCommand : (NSString *) cmd ;
93
94
- (NSString *)outputForCommand : (NSString *)str retValue : (int *)ret ;
Original file line number Diff line number Diff line change 9
9
#import < Cocoa/Cocoa.h>
10
10
#import < WebKit/WebKit.h>
11
11
12
+ #import " PBGitRepository.h"
13
+
12
14
@interface PBWebController : NSObject {
13
15
IBOutlet WebView * view;
14
16
NSString *startFile;
18
20
NSMapTable *callbacks;
19
21
20
22
// For the repository access
21
- IBOutlet id repository;
23
+ IBOutlet PBGitRepository * repository;
22
24
}
23
25
24
26
@property (retain ) NSString *startFile;
25
- @property (retain ) id repository;
27
+ @property (retain ) PBGitRepository * repository;
26
28
27
29
- (WebScriptObject *) script ;
28
30
- (void ) closeView ;
You can’t perform that action at this time.
0 commit comments