Index: src/OFRunLoop.h ================================================================== --- src/OFRunLoop.h +++ src/OFRunLoop.h @@ -55,13 +55,13 @@ #endif volatile bool _stop; } /*! - * @brief Returns the main run loop. + * @brief Returns the run loop for the main thread. * - * @return The main run loop + * @return The run loop for the main thread */ + (OFRunLoop*)mainRunLoop; /*! * @brief Returns the run loop for the current thread.