Skip to content

Commit

Permalink
[appkit] Add missing [NullAllowed] on NSView.NextKeyView. Fixes #…
Browse files Browse the repository at this point in the history
…4558 (#4979)

Confirmed with headers.

reference: #4558
  • Loading branch information
spouliot authored Oct 12, 2018
1 parent f4dbb68 commit d13f66a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/appkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15866,6 +15866,7 @@ partial interface NSView : NSDraggingDestination, NSAnimatablePropertyContainer,
[Export ("performMnemonic:")]
bool PerformMnemonic (string mnemonic);

[NullAllowed]
[Export ("nextKeyView")]
NSView NextKeyView { get; set; }

Expand Down

1 comment on commit d13f66a

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jenkins job (on internal Jenkins) succeeded

Build succeeded
API Diff (from stable)
ℹ️ API Diff (from PR only) (please review changes)
ℹ️ Generator Diff (please review changes)
Test run succeeded

Please sign in to comment.