@@ -32,12 +32,12 @@ { of_plugin_handle_t handle; } /** - * Loads an OFPlugin from a file. + * \brief Loads an OFPlugin from a file. * * \param path Path to the OFPlugin file. The suffix is appended automatically. * \return The loaded OFPlugin */ + pluginFromFile: (OFString*)path; @end