Package org.gnome.gdk

Class ContentProvider

java.lang.Object
All Implemented Interfaces:
Proxy

@Generated("io.github.jwharm.JavaGI") public class ContentProvider extends GObject
A GdkContentProvider is used to provide content for the clipboard or for drag-and-drop operations in a number of formats.

To create a GdkContentProvider, use forValue(org.gnome.gobject.Value) or forBytes(java.lang.String, org.gnome.glib.Bytes).

GDK knows how to handle common text and image formats out-of-the-box. See ContentSerializer and ContentDeserializer if you want to add support for application-specific data formats.