mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 23:31:02 +00:00
Add binding name
This commit is contained in:
parent
629c3afef2
commit
abb10cb670
1 changed files with 1 additions and 2 deletions
|
@ -86,13 +86,12 @@
|
|||
|
||||
@end
|
||||
|
||||
// Keys in options dictionary
|
||||
|
||||
// binding values
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_13, GS_API_LATEST)
|
||||
typedef NSString *NSBindingName;
|
||||
#endif
|
||||
|
||||
// Keys in options dictionary
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST)
|
||||
APPKIT_EXPORT BOOL NSIsControllerMarker(id object);
|
||||
|
||||
|
|
Loading…
Reference in a new issue