ObjFW  Diff

Differences From Artifact [5f1fab4818]:

To Artifact [4e2773d0f5]:


99
100
101
102
103
104
105
106
107
108
109
110
/**
 * @brief Writes the contents of the OFINIFile to a file in the specified
 *	  encoding.
 *
 * @param path The path of the file to write to
 * @param encoding The encoding to use
 */
- (void)writeToFile: (OFString *)path
	   encoding: (of_string_encoding_t)encoding;
@end

OF_ASSUME_NONNULL_END







|
<



99
100
101
102
103
104
105
106

107
108
109
/**
 * @brief Writes the contents of the OFINIFile to a file in the specified
 *	  encoding.
 *
 * @param path The path of the file to write to
 * @param encoding The encoding to use
 */
- (void)writeToFile: (OFString *)path encoding: (of_string_encoding_t)encoding;

@end

OF_ASSUME_NONNULL_END