summaryrefslogtreecommitdiffstats
path: root/macosx/HBUtilities.h
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2019-02-14 14:24:39 +0100
committerDamiano Galassi <[email protected]>2019-02-14 14:24:39 +0100
commitd79e33831e4713493e74a9267dc2bb5fe260685a (patch)
treef530236f416d543469f5cb635789f74dd7c44e06 /macosx/HBUtilities.h
parent54140f90ecb0e9e2ccb312bde22e64133518ed9b (diff)
MacGui: fix documentation link, some property annotations.
Diffstat (limited to 'macosx/HBUtilities.h')
-rw-r--r--macosx/HBUtilities.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/macosx/HBUtilities.h b/macosx/HBUtilities.h
index fd8963693..edf25ed73 100644
--- a/macosx/HBUtilities.h
+++ b/macosx/HBUtilities.h
@@ -23,6 +23,11 @@ NS_ASSUME_NONNULL_BEGIN
+ (nullable NSURL *)appSupportURL;
/**
+ * Returns the url of the current version documentation.
+ */
+@property (nonatomic, readonly, class) NSURL *documentationURL;
+
+/**
* Writes a message to standard error.
* The message will show up in the output panel and in the activity log.
*