ObjFW  Diff

Differences From Artifact [40724319b8]:

To Artifact [ab2b8913d3]:


216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
/*!
 * @brief Sets the delegate of the application.
 *
 * @param delegate The delegate for the application
 */
- (void)setDelegate: (id <OFApplicationDelegate>)delegate;

/*!
 * @brief Starts the application after everything has been initialized.
 *
 * You should not call this directly, but use OF_APPLICATION_DELEGATE instead!
 */
- (void)run;

/*!
 * @brief Terminates the application.
 */
- (void)terminate;

/*!







<
<
<
<
<
|







216
217
218
219
220
221
222





223
224
225
226
227
228
229
230
/*!
 * @brief Sets the delegate of the application.
 *
 * @param delegate The delegate for the application
 */
- (void)setDelegate: (id <OFApplicationDelegate>)delegate;






- (void)OF_run;

/*!
 * @brief Terminates the application.
 */
- (void)terminate;

/*!