Virtual Method

GioVfslocal_file_add_info

Declaration

void
local_file_add_info (
  GVfs* vfs,
  const char* filename,
  guint64 device,
  GFileAttributeMatcher* attribute_matcher,
  GFileInfo* info,
  GCancellable* cancellable,
  gpointer* extra_data,
  GDestroyNotify* free_extra_data
)

Description

No description available.

Parameters

filename

Type: const char*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
device

Type: guint64

No description available.

attribute_matcher

Type: GFileAttributeMatcher

No description available.

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

Type: GFileInfo

No description available.

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

Type: GCancellable

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
extra_data

Type: gpointer*

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
free_extra_data

Type: GDestroyNotify

No description available.

The data is owned by the caller of the function.