mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Add binding name
This commit is contained in:
parent
be2d3c452c
commit
8237c37024
1 changed files with 2 additions and 5 deletions
|
@ -86,13 +86,10 @@
|
|||
|
||||
@end
|
||||
|
||||
// typedefs
|
||||
typedef NSString* NSBindingName;
|
||||
typedef NSString* NSBindingOption;
|
||||
|
||||
// binding values
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_13, GS_API_LATEST)
|
||||
typedef NSString *NSBindingName;
|
||||
typedef NSString* NSBindingName;
|
||||
typedef NSString* NSBindingOption;
|
||||
#endif
|
||||
|
||||
// Keys in options dictionary
|
||||
|
|
Loading…
Reference in a new issue