A gdk.content_provider.ContentProvider is used to provide content for the clipboard or for drag-and-drop operations in a number of formats.
To create a gdk.content_provider.ContentProvider, use gdk.content_provider.ContentProvider.newForValue or gdk.content_provider.ContentProvider.newForBytes.
GDK knows how to handle common text and image formats out-of-the-box. See gdk.content_serializer.ContentSerializer and gdk.content_deserializer.ContentDeserializer if you want to add support for application-specific data formats.
A gdk.content_provider.ContentProvider is used to provide content for the clipboard or for drag-and-drop operations in a number of formats.
To create a gdk.content_provider.ContentProvider, use gdk.content_provider.ContentProvider.newForValue or gdk.content_provider.ContentProvider.newForBytes.
GDK knows how to handle common text and image formats out-of-the-box. See gdk.content_serializer.ContentSerializer and gdk.content_deserializer.ContentDeserializer if you want to add support for application-specific data formats.