Differences From Artifact [a52b80111f]:
- File
src/OFIntrospection.h
— part of check-in
[28cc9a516e]
at
2012-09-06 19:13:43
on branch trunk
— OFIntrospection: Remove property introspection.
This seems to be too buggy in compilers, at least when using GNU-style
runtimes (neither GCC nor Clang emit them correctly there right now). (user: js, size: 3287) [annotate] [blame] [check-ins using]
To Artifact [2314d4ab1a]:
- File src/OFIntrospection.h — part of check-in [fb515e8e24] at 2012-10-09 15:07:30 on branch trunk — Make use of instancetype. (user: js, size: 3301) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
116 117 118 119 120 121 122 | #endif /** * \brief Creates a new introspection for the specified class. * * \return A new, autoreleased introspection for the specified class */ | | | 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 | #endif /** * \brief Creates a new introspection for the specified class. * * \return A new, autoreleased introspection for the specified class */ + (instancetype)introspectionWithClass: (Class)class_; /** * \brief Initializes an already allocated OFIntrospection with the specified * class. * * \return An initialized OFIntrospection */ |
︙ | ︙ |