From 8150402d59c01f1a00587b7d169390710c4af58f Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Tue, 16 Oct 2018 13:57:40 +0200 Subject: MacGui: improve touch bar support, add touch bars to the add titles to queue and add preset sheets. --- macosx/HBCore.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'macosx/HBCore.h') diff --git a/macosx/HBCore.h b/macosx/HBCore.h index fd802efa2..eb4d3920b 100644 --- a/macosx/HBCore.h +++ b/macosx/HBCore.h @@ -49,6 +49,13 @@ typedef void (^HBCoreCompletionHandler)(HBCoreResult result); * HBCore is an Objective-C interface to the low-level HandBrake library. * HBCore monitors state changes of libhb. It can also be used * to implement properties that can be directly bound to elements of the gui. + * + * Instance methods must be called on the same queue as the queue + * passed to initWithLogLevel:queue: + * Convenience inits use the main queue by default. + * + * copyImageAtIndex: can be called on a different queue, + * but the caller must ensure the validity of the title. */ @interface HBCore : NSObject -- cgit v1.2.3