Method
FoundryAcpClientwrite_text_file
unstable since: 1.2
Declaration [src]
DexFuture*
foundry_acp_client_write_text_file (
FoundryAcpClient* self,
FoundryAcpSession* session,
const char* path,
const char* content
)
Parameters
session-
Type:
FoundryAcpSessionThe data is owned by the caller of the method. path-
Type:
const char*An absolute path.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. content-
Type:
const char*UTF-8 content.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.