Function

Dexfile_replace

Declaration [src]

DexFuture*
dex_file_replace (
  GFile* file,
  const char* etag,
  gboolean make_backup,
  GFileCreateFlags flags,
  int io_priority
)

Description

No description available.

Parameters

file GFile*
  No description available.
 The data is owned by the caller of the function.
etag const char*
  No description available.
 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
make_backup gboolean
  No description available.
flags GFileCreateFlags
  No description available.
io_priority int
  No description available.

Return value

Returns: DexFuture
 

A DexFuture.

 The caller of the function takes ownership of the data, and is responsible for freeing it.