Function

Dexfile_set_attributes

unstable since: 0.12

Declaration [src]

DexFuture*
dex_file_set_attributes (
  GFile* file,
  GFileInfo* file_info,
  GFileQueryInfoFlags flags,
  int io_priority
)

Description

No description available.

Available since: 0.12

Parameters

file

Type: GFile

A GFile.

The data is owned by the caller of the function.
file_info

Type: GFileInfo

A GFileInfo.

The data is owned by the caller of the function.
flags

Type: GFileQueryInfoFlags

No description available.

io_priority

Type: int

No description available.

Return value

Type: DexFuture

A DexFuture that resolves to a GFileInfo or rejects with error.

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