diff options
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; |