Method

MetaSelectionget_mimetypes

Declaration [src]

GList*
meta_selection_get_mimetypes (
  MetaSelection* selection,
  MetaSelectionType selection_type
)

Description [src]

Returns the list of supported mimetypes for the given selection type.

Parameters

selection_type MetaSelectionType
 

Selection to query.

Return value

Returns: A list of utf8
 

The supported mimetypes.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 Each element is a NUL terminated UTF-8 string.