Function

AstalIOwrite_file

Declaration

void
astal_io_write_file (
  const gchar* path,
  const gchar* content
)

Description

Write content to a file synchronously.

Parameters

path

Type: const gchar*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
content

Type: const gchar*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.