Class

MetaSelection

Description

final class Meta.Selection : GObject.Object {
  /* No available fields */
}
No description available.

Hierarchy

hierarchy this MetaSelection ancestor_0 GObject ancestor_0--this

Ancestors

  • GObject

Constructors

meta_selection_new
No description available.

Instance methods

meta_selection_get_mimetypes

Returns the list of supported mimetypes for the given selection type.

meta_selection_set_owner

Sets owner as the owner of the selection given by selection_type, unsets any previous owner there was.

meta_selection_transfer_async

Requests a transfer of mimetype on the selection given by selection_type.

meta_selection_transfer_finish

Finishes the transfer of a queried mimetype.

meta_selection_unset_owner

Unsets owner as the owner the selection given by selection_type. If owner does not own the selection, nothing is done.

Signals

Meta.Selection::owner-changed
No description available.

Class structure

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