Method
GioFileInfoset_attribute_object
Declaration [src]
void
g_file_info_set_attribute_object (
GFileInfo* info,
const char* attribute,
GObject* attr_value
)
Parameters
attribute
-
Type:
const char*
A file attribute key.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. attr_value
-
Type:
GObject
A
GObject
.The data is owned by the caller of the method.