Method

GioFileInfoget_attribute_byte_string

Declaration

const char*
g_file_info_get_attribute_byte_string (
  GFileInfo* info,
  const char* attribute
)

Description

Gets the value of a byte string attribute. If the attribute does not contain a byte string, NULL will be returned.

Parameters

attribute

Type: const char*

A file attribute key.

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

Return value

Type: const char*

The contents of the attribute value as a byte string, or NULL otherwise.

The data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.