Just use g_access() everywhere instead of a mix of that and g_file_test(). g_file_test() can't test for writability, and g_access() doesn't exist in older GLibs. :-/