FileT.buildAttributeListForCopy

Prepares the file attribute query string for copying to @file.

This function prepares an attribute query string to be passed to g_file_query_info() to get a list of attributes normally copied with the file (see g_file_copy_attributes() for the detailed description). This function is used by the implementation of g_file_copy_attributes() and is useful when one needs to query and set the attributes in two stages (e.g., for recursive move of a directory).

template FileT(TStruct)
string
buildAttributeListForCopy
(
GFileCopyFlags flags
,
Cancellable cancellable
)

Parameters

flags GFileCopyFlags

a set of #GFileCopyFlags

cancellable Cancellable

optional #GCancellable object, %NULL to ignore

Return Value

Type: string

an attribute query string for g_file_query_info(), or %NULL if an error occurs.

Throws

GException on failure.

Meta

Since

2.68