On 07/04/2010, at 5:56 PM, russell muetzelfeldt wrote:
> /*!
>@const kODRecordTypeUsers
>@abstract Identifies user records.
>@discussion Identifies user records.
> */
> CF_EXPORT
> const ODRecordType kODRecordTypeUsers;
>
>
> which I assume is a CF_EXPORT macro doing so
#650: Issues with passing procs/methods to #map
+---
Reporter: pthom...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: major |
Hello, this is my first post here and I am new in the Apple Dev/MacRuby. I
don't know if this the right mailing list, I don't found any other in the
MacRuby site related to questions about development. So, if this mail isn't
appropriate here please let me know. Some days ago, in a sample app, I tri
On 07/04/2010, at 4:48 PM, russell muetzelfeldt wrote:
> Is there some way of getting access to these constants, or do I need to find
> and use their literal values instead?
On further investigation it looks like just defining the constants in ruby
myself will do. Some of them exist in CFOpenDi