Index: src/OFINICategory.h ================================================================== --- src/OFINICategory.h +++ src/OFINICategory.h @@ -32,10 +32,24 @@ #ifdef OF_HAVE_PROPERTIES @property (copy) OFString *name; #endif +/*! + * @brief Sets the name of the INI category. + * + * @param name The name to set + */ +- (void)setName: (OFString*)name; + +/*! + * @brief Returns the name of the INI category. + * + * @return The name of the INI category + */ +- (OFString*)name; + /*! * @brief Returns the string value for the specified key, or nil if it does not * exist. * * @param key The key for which the string value should be returned