Method

NautilusFileInfois_mime_type

Declaration [src]

gboolean
nautilus_file_info_is_mime_type (
  NautilusFileInfo* file_info,
  const char* mime_type
)

Description

No description available.

Parameters

mime_type const char*
 

A MIME type.

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

Return value

Returns: gboolean
 

TRUE when the MIME type of file_info matches mime_type, and FALSE otherwise.