diff --git a/src/appkit.cs b/src/appkit.cs index 5ee3390c8..89372d1ec 100644 --- a/src/appkit.cs +++ b/src/appkit.cs @@ -12829,6 +12829,12 @@ public partial interface NSTextInputContext { [Static] [Export ("localizedNameForInputSource:")] string LocalizedNameForInputSource (string inputSourceIdentifier); + + [Export ("keyboardInputSources")] + NSArray /* NSString [] */ KeyboardInputSources { get; } + + [Export ("selectedKeyboardInputSource")] + string SelectedKeyboardInputSource { get; set; } } [BaseType (typeof (NSObject))]