[ CCode ( type_id = "gdk_content_provider_get_type ()" ) ]
public class ContentProvider : Object
Provides content for the clipboard or for drag-and-drop operations in a number of formats.
To create a `GdkContentProvider`, use [ctor@Gdk.ContentProvider.new_for_value] or [ctor@Gdk.ContentProvider.new_for_bytes].
GDK knows how to handle common text and image formats out-of-the-box. See [class@Gdk.ContentSerializer] and [ class@Gdk.ContentDeserializer] if you want to add support for application-specific data formats.