@@ -298,10 +298,13 @@ - (bool)moveItemAtIRI: (OFIRI *)source toIRI: (OFIRI *)destination; /** * @brief Returns the extended attribute data for the specified name of the * item at the specified IRI. + * + * @deprecated Use @ref getExtendedAttributeData:andType:forName:ofItemAtIRI: + * instead. * * This method is not available for all IRIs. * * @param name The name of the extended attribute * @param IRI The IRI of the item to return the extended attribute from @@ -314,12 +317,12 @@ * @throw OFNotImplementedException Getting extended attributes is not * implemented for the specified item */ - (OFData *)extendedAttributeDataForName: (OFString *)name ofItemAtIRI: (OFIRI *)IRI - OF_DEPRECATED(ObjFW, 1, 1, - "Use -[getExtendedAttributeData:andType:forName:ofItemAtIRI:] instead"); + OF_DEPRECATED(ObjFW, 1, 1, + "Use -[getExtendedAttributeData:andType:forName:ofItemAtIRI:] instead"); /** * @brief Gets the extended attribute data and type for the specified name * of the item at the specified IRI. * @@ -346,10 +349,13 @@ ofItemAtIRI: (OFIRI *)IRI; /** * @brief Sets the extended attribute data for the specified name of the item * at the specified IRI. + * + * @deprecated Use @ref setExtendedAttributeData:andType:forName:ofItemAtIRI: + * instead. * * This method is not available for all IRIs. * * @param data The data for the extended attribute * @param name The name of the extended attribute