On 03 Mar 2014, at 17:09, jonat...@mugginsoft.com wrote: > Commonly the char *strings represent a C# identifier > http://msdn.microsoft.com/en-us/library/aa664670.aspx
I can't answer this for you, but should it even be exposed in the API that it is a string? Think of SEL. Under the hood, it is still implemented as a (uniqued) string constant. Still, you're expected to use other functions to generate these things (NSSelectorFromString or objc_selectorNamed or whatever it's called). So maybe it would be better to typedef them to void* or if they're not actually constant, to wrap them in another object that allocates/releases them. -- Uli Kusterer "The Witnesses of TeachText are everywhere..." _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com