Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
[Dropboxsync] Added a NullAllowed to Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
dalexsoto committed Jul 10, 2013
1 parent bf83639 commit efcb8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/binding/ApiDefinition.cs
Expand Up @@ -90,7 +90,7 @@ interface DBDatastore {
DBTable GetTable (string tableId);

[Export ("sync:")]
NSDictionary Sync (DBError error);
NSDictionary Sync ([NullAllowed] DBError error);

[Export ("open")]
bool Open { [Bind ("isOpen")] get; }
Expand Down

0 comments on commit efcb8b6

Please sign in to comment.