Function
Dexfile_replace
Declaration [src]
DexFuture*
dex_file_replace (
  GFile* file,
  const char* etag,
  gboolean make_backup,
  GFileCreateFlags flags,
  int io_priority
)
Parameters
- file
- 
            Type: GFileNo description available. The data is owned by the caller of the function. 
- etag
- 
            Type: const char*No description available. The argument can be NULL.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- make_backup
- 
            Type: gbooleanNo description available. 
- flags
- 
            Type: GFileCreateFlagsNo description available. 
- io_priority
- 
            Type: intNo description available. 
Return value
Type: DexFuture
A DexFuture.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |