@@ -22,13 +22,14 @@ * @protocol OFLocking OFLocking.h ObjFW/OFLocking.h * * @brief A protocol for locks. */ @protocol OFLocking -#ifdef OF_HAVE_PROPERTIES +/*! + * The name of the lock. + */ @property OF_NULLABLE_PROPERTY (copy) OFString *name; -#endif /*! * @brief Locks the lock. */ - (void)lock;