summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
diff options
context:
space:
mode:
authordynaflash <[email protected]>2008-01-08 13:58:45 +0000
committerdynaflash <[email protected]>2008-01-08 13:58:45 +0000
commit0d85534e25aa641a2688f4037d9c79de4f5e62ab (patch)
tree0ff05f33993e834803f45b008b0ca858ce769161 /macosx/Controller.h
parentdc025a66b61863c8578b86c256bffd7b0b7c6aab (diff)
Macgui: Implement writeToActivityLog method with provides a simple way to send messages to the activity window and log much like hb_log including a time stamp.
- example call : [self writeToActivityLog:"trying to open a package"]; git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1172 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r--macosx/Controller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h
index a68087d23..fc0cdfc42 100644
--- a/macosx/Controller.h
+++ b/macosx/Controller.h
@@ -204,7 +204,7 @@
BOOL SuccessfulScan;
NSString * currentSource;
}
-
+- (void) writeToActivityLog:(char *) activityMessage;
- (IBAction) browseSources: (id) sender;
- (void) browseSourcesDone: (NSOpenPanel *) sheet
returnCode: (int) returnCode contextInfo: (void *) contextInfo;