Method

GioFileInfoget_content_type

Declaration

const char*
g_file_info_get_content_type (
  GFileInfo* info
)

Description

Gets the file’s content type.

It is an error to call this if the GFileInfo does not contain G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE.

Return value

Type: const char*

A string containing the file’s content type, or NULL if unknown.

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