We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
const void*
1 parent 9042536 commit d482ee3Copy full SHA for d482ee3
tools/SourceKit/tools/sourcekitd/include/sourcekitd/sourcekitd.h
@@ -590,7 +590,7 @@ sourcekitd_response_t
590
sourcekitd_send_request_sync(sourcekitd_object_t req);
591
592
/// Used to cancel a request that has been invoked asynchronously.
593
-typedef void *sourcekitd_request_handle_t;
+typedef const void *sourcekitd_request_handle_t;
594
595
#if SOURCEKITD_HAS_BLOCKS
596
/// Receives the response of an asynchronous request or notification.
0 commit comments