@@ -140,10 +140,15 @@ */ - initWithKey: (OFObject *)first argList: (va_list)args; /** + * Returns the object for the given key or nil if the key was not found. + * + * The returned object is not retained and autoreleased for performance + * reasons! + * * \param key The key whose object should be returned * \return The object for the given key or nil if the key was not found */ - (id)objectForKey: (OFObject *)key;