Function glib::functions::file_set_contents
[−]
[src]
pub fn file_set_contents<P: AsRef<Path>>(
filename: P,
contents: &[u8]
) -> Result<(), Error>