Method
GioFileInfoset_attribute_stringv
Declaration [src]
void
g_file_info_set_attribute_stringv (
  GFileInfo* info,
  const char* attribute,
  char** 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: An array of utf8A NULLterminated array of UTF-8 strings.The array must be NULL-terminated.The data is owned by the caller of the method. Each element is a NUL terminated UTF-8 string.