Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit bf4c6d1

Browse files
committed
[[ Bug ]] Include library in objc binding string definition
1 parent 76ae8b1 commit bf4c6d1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/guides/LiveCode Builder Language Reference.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,11 @@ on Android and iOS).
577577

578578
The Obj-C binding string has the following form:
579579

580-
"objc:[class.](+|-)method[?thread]"
580+
"objc:[library>][class.](+|-)method[?thread]"
581+
582+
Here *library* specifies the name of the library or framework to bind to (if no
583+
library is specified a symbol from the engine executable or a library it is
584+
linked to is assumed).
581585

582586
Here *class* specifies the name of the class containing the method to
583587
bind to. If the method is an instance method, the class can be omitted,

0 commit comments

Comments
 (0)