package ocgtk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Class Clipboard.clipboard

method on_changed : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method get_content : unit -> Ocgtk_gdk__.GContent_provider.content_provider_t option
method get_display : unit -> Ocgtk_gdk__.GApp_launch_context_cycle_de440b34.display_t
method get_formats : unit -> Ocgtk_gdk__.Content_formats.t
method is_local : unit -> bool
method read_text_finish : Ocgtk_gio.Gio.Async_result.async_result_t -> (string option, GError.t) result
method read_texture_finish : Ocgtk_gio.Gio.Async_result.async_result_t -> (Ocgtk_gdk__.GTexture.texture_t option, GError.t) result
method read_value_finish : Ocgtk_gio.Gio.Async_result.async_result_t -> (Gobject.Value.t, GError.t) result
method set_content : Ocgtk_gdk__.GContent_provider.content_provider_t option -> bool
method set_value : Gobject.Value.t -> unit
method store_finish : Ocgtk_gio.Gio.Async_result.async_result_t -> (bool, GError.t) result
method local : bool
method as_clipboard : Ocgtk_gdk__.App_launch_context_cycle_de440b34.Clipboard.t