public class Clipboard : Object {
public signal void owner_change ( Gdk.Event p0 ) ;
public void clear ( ) ;
public static weak Clipboard get ( Gdk.Atom selection ) ;
public weak Gdk.Display get_display ( ) ;
public static weak Clipboard get_for_display ( Gdk.Display display,
Gdk.Atom selection ) ;
public weak GLib.Object get_owner ( ) ;
public void request_contents ( Gdk.Atom target,
ClipboardReceivedFunc callback ) ;
public void request_image ( ClipboardImageReceivedFunc callback ) ;
public void request_rich_text ( TextBuffer buffer,
ClipboardRichTextReceivedFunc callback ) ;
public void request_targets ( ClipboardTargetsReceivedFunc callback ) ;
public void request_text ( ClipboardTextReceivedFunc callback ) ;
public void set_can_store ( TargetEntry[] targets ) ;
public void set_image ( Gdk.Pixbuf pixbuf ) ;
public void set_text ( string text,
int len ) ;
public bool set_with_data ( TargetEntry[] targets,
ClipboardGetFunc get_func,
ClipboardClearFunc clear_func ) ;
public bool set_with_owner ( TargetEntry[] targets,
ClipboardGetFunc get_func,
ClipboardClearFunc clear_func,
GLib.Object owner ) ;
public void store ( ) ;
public weak SelectionData wait_for_contents ( Gdk.Atom target ) ;
public weak Gdk.Pixbuf wait_for_image ( ) ;
public uchar wait_for_rich_text ( TextBuffer buffer,
Gdk.Atom format,
ulong length ) ;
public bool wait_for_targets ( Gdk.Atom[] targets ) ;
public weak string wait_for_text ( ) ;
public bool wait_is_image_available ( ) ;
public bool wait_is_rich_text_available ( TextBuffer buffer ) ;
public bool wait_is_target_available ( Gdk.Atom target ) ;
public bool wait_is_text_available ( ) ;
}

public signal void owner_change ( Gdk.Event p0 ) ;
public void clear ( ) ;
public static weak Clipboard get ( Gdk.Atom selection ) ;
public weak Gdk.Display get_display ( ) ;
public static weak Clipboard get_for_display ( Gdk.Display display,
Gdk.Atom selection ) ;
public weak GLib.Object get_owner ( ) ;
public void request_contents ( Gdk.Atom target,
ClipboardReceivedFunc callback ) ;
public void request_image ( ClipboardImageReceivedFunc callback ) ;
public void request_rich_text ( TextBuffer buffer,
ClipboardRichTextReceivedFunc callback ) ;
public void request_targets ( ClipboardTargetsReceivedFunc callback ) ;
public void request_text ( ClipboardTextReceivedFunc callback ) ;
public void set_can_store ( TargetEntry[] targets ) ;
public void set_image ( Gdk.Pixbuf pixbuf ) ;
public void set_text ( string text,
int len ) ;
public bool set_with_data ( TargetEntry[] targets,
ClipboardGetFunc get_func,
ClipboardClearFunc clear_func ) ;
public bool set_with_owner ( TargetEntry[] targets,
ClipboardGetFunc get_func,
ClipboardClearFunc clear_func,
GLib.Object owner ) ;
public void store ( ) ;
public weak SelectionData wait_for_contents ( Gdk.Atom target ) ;
public weak Gdk.Pixbuf wait_for_image ( ) ;
public uchar wait_for_rich_text ( TextBuffer buffer,
Gdk.Atom format,
ulong length ) ;
public bool wait_for_targets ( Gdk.Atom[] targets ) ;
public weak string wait_for_text ( ) ;
public bool wait_is_image_available ( ) ;
public bool wait_is_rich_text_available ( TextBuffer buffer ) ;
public bool wait_is_target_available ( Gdk.Atom target ) ;
public bool wait_is_text_available ( ) ;
Created by Valadoc