Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Commit

Permalink
NSApplication Hide and Unhide are methods returning a bool - not prop…
Browse files Browse the repository at this point in the history
  • Loading branch information
spouliot committed Feb 26, 2013
1 parent 22e3887 commit fdea1e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/appkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14944,10 +14944,10 @@ public partial interface NSRunningApplication {
int ExecutableArchitecture { get; }

[Export ("hide")]
bool Hide { get; }
bool Hide ();

[Export ("unhide")]
bool Unhide { get; }
bool Unhide ();

[Export ("activateWithOptions:")]
bool Activate (NSApplicationActivationOptions options);
Expand Down

0 comments on commit fdea1e4

Please sign in to comment.