Gimp.Path.get_user_writable_dir

@accepts([filename])
@returns(unicode)
def get_user_writable_dir(path):
    # Python wrapper for gimp_path_get_user_writable_dir()
  

Note that you have to g_free() the returned string.

path

A list of directories as returned by Gimp.Path.parse.

Returns