ObjFW  Diff

Differences From Artifact [1e2a3e60ab]:

To Artifact [f549c80d9c]:


169
170
171
172
173
174
175
176


177
178
179
180
181
182
183
184
185
186
187
188
169
170
171
172
173
174
175

176
177
178
179
180
181
182
183
184
185
186
187
188
189







-
+
+












 *		      environment first, copy it, modify it and then pass it.
 * @return An initialized OFProcess.
 */
- initWithProgram: (OFString *)program
      programName: (OFString *)programName
	arguments: (nullable OFArray OF_GENERIC(OFString *) *)arguments
      environment: (nullable OFDictionary
		       OF_GENERIC(OFString *, OFString *) *)environment;
		       OF_GENERIC(OFString *, OFString *) *)environment
    OF_DESIGNATED_INITIALIZER;

/*!
 * @brief Closes the write direction of the process.
 *
 * This method needs to be called for some programs before data can be read,
 * since some programs don't start processing before the write direction is
 * closed.
 */
- (void)closeForWriting;
@end

OF_ASSUME_NONNULL_END