Class
StClipboard
Description [src]
class St.Clipboard : GObject.Object
{
/* No available fields */
}
A simple representation of the clipboard
StCliboard
is a very simple object representation of the clipboard
available to applications. Text is always assumed to be UTF-8 and non-text
items are not handled.
Instance methods
st_clipboard_get_content
Request the data from the clipboard in GBytes
form. callback
is executed
when the data is retrieved.
st_clipboard_get_text
Request the data from the clipboard in text form. callback
is executed
when the data is retrieved.
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.