file_util_savename
Description:
public string file_util_savename (
string filename)
Builds a pathname where the basename is of the form ".
#" + the basename of filename
, for instance used in a two-stage commit file write.
Parameters:
Returns:
The new pathname. It must be free'd with g_free.
|