Virtual Method
GdkContentProviderref_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
Type: GdkContentFormats
The storable formats of the provider.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |