Class
MetaSelectionSource
Instance methods
meta_selection_source_get_mimetypes
Returns the list of supported mimetypes.
meta_selection_source_is_active
Returns TRUE
if the source is active on a selection.
meta_selection_source_read_async
No description available.
meta_selection_source_read_finish
Finishes a read from the selection source.
Signals
Meta.SelectionSource::activated
No description available.
Meta.SelectionSource::deactivated
No description available.
Signals inherited from GObject (1)
GObject.Object::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.
Class structure
struct MetaSelectionSourceClass {
GObjectClass parent_class;
void (* activated) (
MetaSelectionSource* source
);
void (* deactivated) (
MetaSelectionSource* source
);
GList* (* get_mimetypes) (
MetaSelectionSource* source
);
void (* read_async) (
MetaSelectionSource* source,
const gchar* mimetype,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
);
GInputStream* (* read_finish) (
MetaSelectionSource* source,
GAsyncResult* result,
GError** error
);
}
Class members
parent_class |
|
No description available. | |
activated |
|
No description available. | |
deactivated |
|
No description available. | |
get_mimetypes |
|
No description available. | |
read_async |
|
No description available. | |
read_finish |
|
No description available. |
Virtual methods
Meta.SelectionSourceClass.activated
No description available.
Meta.SelectionSourceClass.deactivated
No description available.
Meta.SelectionSourceClass.get_mimetypes
Returns the list of supported mimetypes.
Meta.SelectionSourceClass.read_async
No description available.
Meta.SelectionSourceClass.read_finish
Finishes a read from the selection source.