Differences From Artifact [35465b0136]:
- File src/bridge/OFBridging.h — part of check-in [c1e949a8c6] at 2019-03-09 10:48:04 on branch trunk — Several minor fixes (user: js, size: 1280) [annotate] [blame] [check-ins using]
To Artifact [54da8c2065]:
- File
src/bridge/OFBridging.h
— part of check-in
[79fe29dbf4]
at
2019-06-17 00:38:44
on branch trunk
— Remove underscores from library & framework names
This is more compatible with the various conventions used on various
systems. (user: js, size: 1279) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
24 25 26 27 28 29 30 | # import <ObjFW/macros.h> # endif #endif OF_ASSUME_NONNULL_BEGIN /*! | | | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | # import <ObjFW/macros.h> # endif #endif OF_ASSUME_NONNULL_BEGIN /*! * @protocol OFBridging OFBridging.h ObjFWBridge/OFBridging.h * * @brief A protocol implemented by classes supporting bridging ObjFW objects * to Foundation objects. */ @protocol OFBridging /*! * @brief An instance of a Foundation object corresponding to the object. |
︙ | ︙ |