[Mono-osx] MonoMac: NSRangePointer

Duane Wandless duane at wandless.net
Tue May 4 02:12:27 EDT 2010


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?

Thanks,
Duane
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-osx/attachments/20100504/8ffa2539/attachment.html 


More information about the Mono-osx mailing list