@@ -215,11 +215,11 @@ */ - initWithFireDate: (OFDate*)fireDate interval: (double)interval target: (id)target selector: (SEL)selector - object: (id)object1 + object: (id)object repeats: (BOOL)repeats; /** * \brief Initializes an already allocated timer with the specified time * interval. @@ -227,10 +227,14 @@ * \param fireDate The date at which the timer should fire * \param interval The time interval after which to repeat the timer, if it is * a repeating timer * \param target The target on which to call the selector * \param selector The selector to call on the target + * \param object1 The first object to pass when calling the selector on the + * target + * \param object2 The second object to pass when calling the selector on the + * target * \param repeats Whether the timer repeats after it has been executed * \return An initialized timer */ - initWithFireDate: (OFDate*)fireDate interval: (double)interval