summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
diff options
context:
space:
mode:
authordynaflash <[email protected]>2008-04-07 20:11:46 +0000
committerdynaflash <[email protected]>2008-04-07 20:11:46 +0000
commit2ce44139652d30c39d3e1f54e1ab0f0d22613e60 (patch)
tree3bf32e3ed6ec141faf5517608a8326094f8169ee /macosx/Controller.h
parent4715027b7977ccfec3d57f7cad429f7e5b93e282 (diff)
MacGui: Enhance Growl notifications and send to metaX so that each encode is handled as it comes off of the queue.
- Previously only the last encode of a queue gave the finished growl notification and was sent to metaX. Now if specified by the user they happen as the encodes progress through the queue. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1388 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r--macosx/Controller.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h
index a9ed52e80..1afd6674a 100644
--- a/macosx/Controller.h
+++ b/macosx/Controller.h
@@ -354,10 +354,10 @@ BOOL fIsDragging;
- (IBAction)deletePreset:(id)sender;
- (IBAction)getDefaultPresets:(id)sender;
-
+-(void)sendToMetaX:(NSString *) filePath;
// Growl methods
- (NSDictionary *) registrationDictionaryForGrowl;
--(IBAction)showGrowlDoneNotification:(id)sender;
+-(void)showGrowlDoneNotification:(NSString *) filePath;
- (IBAction)showDebugOutputPanel:(id)sender;
- (void)setupToolbar;