summaryrefslogtreecommitdiffstats
path: root/macosx/HBCore.h
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2018-10-16 13:57:40 +0200
committerDamiano Galassi <[email protected]>2018-10-16 13:57:40 +0200
commit8150402d59c01f1a00587b7d169390710c4af58f (patch)
tree288361a0b59e8faed37564fb726fc55841d41a9d /macosx/HBCore.h
parentacee00072b04e9a86f9238fd1430e33e3b08a5d1 (diff)
MacGui: improve touch bar support, add touch bars to the add titles to queue and add preset sheets.
Diffstat (limited to 'macosx/HBCore.h')
-rw-r--r--macosx/HBCore.h7
1 files changed, 7 insertions, 0 deletions
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