Virtual Method

Gdk.ContentProvider.ref_storable_formats

Declaration [src]

GdkContentFormats*
ref_storable_formats (
  GdkContentProvider* provider
)

Description [src]

Gets the formats that the provider suggests other applications to store the data in.

An example of such an application would be a clipboard manager.

This can be assumed to be a subset of gdk_content_provider_ref_formats().

Return value

Returns: GdkContentFormats

The storable formats of the provider

Ownership of the data is transferred to the caller