repo.or.cz
/
cyberduck.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix transcript in transfer window.
[cyberduck.git]
/
source
/
org
/
rococoa
/
native
/
Rococoa.h
blob
427b07f40b930568cb9f1d64bb3fbe6a6d0fbb82
1
#import <Cocoa/Cocoa.h>
2
#include <objc/objc-runtime.h>
3
4
void
callOnMainThread
(
void
(*
fn
)(),
BOOL waitUntilDone
);
5
6
@interface RococoaHelper
:
NSObject
7
+ (
void
)
callback
: (
NSValue
*)
fn
;
8
@end
9
10