ObjFW  Diff

Differences From Artifact [8da8c6a3f6]:

To Artifact [ec565e513e]:


128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
#endif

/**
 * \brief Returns the only OFApplication instance in the application.
 *
 * \return The only OFApplication instance in the application
 */
+ sharedApplication;

/**
 * \brief Returns the name of the program (argv[0]).
 *
 * \return The name of the program (argv[0])
 */
+ (OFString*)programName;







|







128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
#endif

/**
 * \brief Returns the only OFApplication instance in the application.
 *
 * \return The only OFApplication instance in the application
 */
+ (OFApplication*)sharedApplication;

/**
 * \brief Returns the name of the program (argv[0]).
 *
 * \return The name of the program (argv[0])
 */
+ (OFString*)programName;