Skip to content

Commit

Permalink
Use the correct version for the attributes in the new methods in CSSe…
Browse files Browse the repository at this point in the history
…archableIndexDelegate.
  • Loading branch information
mandel-macaque committed Jun 11, 2017
1 parent 2271cd1 commit 6b2540f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/corespotlight.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ interface CSSearchableIndexDelegate {
[Export ("searchableIndexDidFinishThrottle:")]
void DidFinishThrottle (CSSearchableIndex searchableIndex);

[iOS (11,0), NoTV, Mac (10,11)]
[iOS (11,0), NoTV, Mac (10,13)]
[Export ("dataForSearchableIndex:itemIdentifier:typeIdentifier:error:")]
[return: NullAllowed]
NSData GetData (CSSearchableIndex searchableIndex, string itemIdentifier, string typeIdentifier, out NSError outError);

[iOS (11,0), NoTV, Mac (10,11)]
[iOS (11,0), NoTV, Mac (10,13)]
[Export ("fileURLForSearchableIndex:itemIdentifier:typeIdentifier:inPlace:error:")]
[return: NullAllowed]
NSUrl GetFileUrl (CSSearchableIndex searchableIndex, string itemIdentifier, string typeIdentifier, bool inPlace, out NSError outError);
Expand Down

0 comments on commit 6b2540f

Please sign in to comment.