summaryrefslogtreecommitdiffstats
path: root/macosx/HBCore.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2014-12-20 09:18:22 +0000
committerritsuka <[email protected]>2014-12-20 09:18:22 +0000
commit076d14467707754ec99adcdcecab3da738b81402 (patch)
treecaceecf57ecd7ef68b965082d126e7c8a9b34f68 /macosx/HBCore.h
parentcddf20e07af6fa76c9f1a44af76d39455ddf35cc (diff)
MacGui: add a "name" property to HBCore to easy debugging multiple instances. Add a missing retain to the titles property.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6616 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBCore.h')
-rw-r--r--macosx/HBCore.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/macosx/HBCore.h b/macosx/HBCore.h
index a9dd127e4..a0a831e5b 100644
--- a/macosx/HBCore.h
+++ b/macosx/HBCore.h
@@ -75,6 +75,10 @@ extern NSString *HBCoreMuxingNotification;
*/
@property (nonatomic, readonly) hb_handle_t *hb_handle;
+/**
+ * The name of the core, used in for debugging purpose.
+ */
+@property (nonatomic, copy) NSString *name;
/**
* Determines whether the scan operation can scan a particural URL or whether an additional decription lib is needed..