Other items inglib::functions
pub fn build_filenamev(args: &[&Path]) -> PathBuf
Behaves exactly like g_build_filename(), but takes the path elements as a string array, instead of varargs. This function is mainly meant for language bindings.
g_build_filename()
args
None-terminated array of strings containing the path elements.
None
a newly-allocated string that must be freed with g_free().
g_free()