Class

StClipboard

since: 14

Description [src]

class St.Clipboard : GObject.Object
{
  /* No available fields */
}

The contents of this structure is private and should only be accessed using the provided API.

Available since: 14

Ancestors

Functions

st_clipboard_get_default

Get the global StClipboard object that represents the clipboard.

since: 14

st_clipboard_set_selection

Sets the MetaSelection of the default StClipboard.

since: 14

Instance methods

st_clipboard_get_content

Request the data from the clipboard in GBytes form. callback is executed when the data is retrieved.

since: 14

st_clipboard_get_mimetypes

Gets a list of the mimetypes supported by the default StClipboard.

since: 14

st_clipboard_get_text

Request the data from the clipboard in text form. callback is executed when the data is retrieved.

since: 14

st_clipboard_set_content

Sets the clipboard content to bytes.

since: 14

st_clipboard_set_text

Sets text as the current contents of the clipboard.

since: 14

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

since: 2.0

Class structure

struct StClipboardClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.