diff options
author | Damiano Galassi <[email protected]> | 2019-08-11 09:07:20 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-08-11 09:07:20 +0200 |
commit | bed55e05880f0286f504142a48089bce60c96cc7 (patch) | |
tree | 795647e216e70981acc9ba0769eb03c53da44023 /macosx/HBUtilities.h | |
parent | 6437b9d6653352011dc8af541b373369c45c8d44 (diff) |
MacGui: move the queue libhb instance to an xpc service.
Diffstat (limited to 'macosx/HBUtilities.h')
-rw-r--r-- | macosx/HBUtilities.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBUtilities.h b/macosx/HBUtilities.h index f2d1aa0c8..18f294a01 100644 --- a/macosx/HBUtilities.h +++ b/macosx/HBUtilities.h @@ -32,6 +32,7 @@ NS_ASSUME_NONNULL_BEGIN * @param format a standard c format string with varargs. */ + (void)writeToActivityLog:(const char *)format, ...; ++ (void)writeToActivityLogWithNoHeader:(NSString *)text; + (nullable NSURL *)URLFromBookmark:(NSData *)bookmark; + (nullable NSData *)bookmarkFromURL:(NSURL *)url; |