Commit d652d07
committed
[[ ScriptHandlers ]] Add ability to query script handler info
We need to be able to query things like resolved info from the
binding string of a foreign handler from libfoundation. This
patch adds a query callback to the MCHandlerRef callbacks struct
to enable fetching such data.
The only specific info made available in this patch is the objc
selector pointer.1 parent 67c6407 commit d652d07
2 files changed
Lines changed: 40 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3060 | 3060 | | |
3061 | 3061 | | |
3062 | 3062 | | |
| 3063 | + | |
| 3064 | + | |
| 3065 | + | |
| 3066 | + | |
| 3067 | + | |
| 3068 | + | |
3063 | 3069 | | |
3064 | 3070 | | |
3065 | 3071 | | |
3066 | 3072 | | |
3067 | 3073 | | |
3068 | 3074 | | |
| 3075 | + | |
3069 | 3076 | | |
3070 | 3077 | | |
3071 | 3078 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1558 | 1558 | | |
1559 | 1559 | | |
1560 | 1560 | | |
| 1561 | + | |
| 1562 | + | |
| 1563 | + | |
| 1564 | + | |
| 1565 | + | |
| 1566 | + | |
| 1567 | + | |
| 1568 | + | |
| 1569 | + | |
| 1570 | + | |
| 1571 | + | |
| 1572 | + | |
| 1573 | + | |
| 1574 | + | |
| 1575 | + | |
| 1576 | + | |
| 1577 | + | |
| 1578 | + | |
| 1579 | + | |
| 1580 | + | |
| 1581 | + | |
| 1582 | + | |
| 1583 | + | |
| 1584 | + | |
| 1585 | + | |
| 1586 | + | |
| 1587 | + | |
| 1588 | + | |
| 1589 | + | |
| 1590 | + | |
| 1591 | + | |
1561 | 1592 | | |
1562 | 1593 | | |
1563 | 1594 | | |
1564 | 1595 | | |
1565 | 1596 | | |
1566 | | - | |
| 1597 | + | |
| 1598 | + | |
1567 | 1599 | | |
1568 | 1600 | | |
1569 | 1601 | | |
| |||
0 commit comments