[][src]Function gtk_sys::gtk_clipboard_set_with_owner

pub unsafe extern "C" fn gtk_clipboard_set_with_owner(
    clipboard: *mut GtkClipboard,
    targets: *const GtkTargetEntry,
    n_targets: c_uint,
    get_func: GtkClipboardGetFunc,
    clear_func: GtkClipboardClearFunc,
    owner: *mut GObject
) -> gboolean