diff options
author | ritsuka <[email protected]> | 2008-01-14 19:51:39 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2008-01-14 19:51:39 +0000 |
commit | 5af0ab53c1a1aad743e37dca713f4a7a8598ac40 (patch) | |
tree | ec20761d8b58adae6eac647364397d7c36e1f25e /macosx/InstantHandBrake/HBCore.h | |
parent | 95439c31034a1523fb9450aa1aa968588f4905ce (diff) |
IHB: Interface beautifications, and an appletv preset.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1195 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/InstantHandBrake/HBCore.h')
-rw-r--r-- | macosx/InstantHandBrake/HBCore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/InstantHandBrake/HBCore.h b/macosx/InstantHandBrake/HBCore.h index 435d5f799..477c3d763 100644 --- a/macosx/InstantHandBrake/HBCore.h +++ b/macosx/InstantHandBrake/HBCore.h @@ -45,6 +45,7 @@ extern NSString *HBCoreMuxingNotification; - (id)init; - (BOOL)openInDebugMode:(BOOL)debugMode checkForUpdates:(BOOL)checkForUpdates; - (BOOL)close; +- (void)removeAllJobs; - (NSString *)state; - (struct hb_handle_s *)hb_handle; - (const struct hb_state_s *)hb_state; |