@@ -35,13 +35,14 @@ @interface OFSettings: OFObject { OFString *_applicationName; } -#ifdef OF_HAVE_PROPERTIES +/*! + * The name of the application whose settings are accessed by the instance. + */ @property (readonly, copy) OFString *applicationName; -#endif /*! * @brief Create a new OFSettings instance for the application with the * specified name. * @@ -59,19 +60,10 @@ * accessed * @return An initialized OFSettings instance */ - initWithApplicationName: (OFString*)applicationName; -/*! - * @brief Returns the name of the application whose settings are accessed by - * the instance - * - * @return The name of the application whose settings are accessed by the - * instance - */ -- (OFString*)applicationName; - /*! * @brief Sets the specified path to the specified string. * * @param string The string to set * @param path The path to store the string at