X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=macosx%2FInstantHandBrake%2FHBCore.h;h=477c3d763d75ccb4344b49d268ab32eda64dad0a;hb=f35d39f9adca67471b72f3e47398855d51481f87;hp=435d5f799d992a172eabd33f0c2d67b90a2621b8;hpb=c42dd4ac1d4c7f358e036befa2dc99ca7667b553;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/macosx/InstantHandBrake/HBCore.h b/macosx/InstantHandBrake/HBCore.h index 435d5f79..477c3d76 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;