Re: Couple of questions about the "SEL" datatype
Re: Couple of questions about the "SEL" datatype
- Subject: Re: Couple of questions about the "SEL" datatype
- From: Roarke Lynch <email@hidden>
- Date: Mon, 24 Jan 2005 20:58:15 -0500
On Jan 23, 2005, at 10:54 PM, Jonathon Mah wrote:
A "SEL" is simply a C string (char *) that is unique in the runtime.
This was actually just discussed on the Obj-C list. You shouldn't
trust that SEL will remain a C String as it isn't a C String in some
other runtimes. The type is documented to be opaque so you should use
the NSStringFromSelector and NSSelectorFromString functions.
Roarke Lynch
-------------------------------
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden