[Mono-osx] MonoMac: NSRangePointer
Miguel de Icaza
miguel at novell.com
Wed May 5 14:32:21 EDT 2010
Hello,
There are lots of types that are pointers to structs. Here is one example:
>
> //- (BOOL)knowsPageRange:(NSRangePointer)range;
> [Export ("knowsPageRange:")]
> bool KnowsPageRange (NSRangePointer range);
>
> typedef NSRange *NSRangePointer;
>
> How should this be bound?
>
For now flag it as a to-do item, and keep it commented out.
The proper binding will require changes to both the engine and the
generator; It is in our list of tasks to finish.
Miguel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-osx/attachments/20100505/78d652ad/attachment.html
More information about the Mono-osx
mailing list