Class
MetaSelectionSource
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.
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
  );
  
}No description available.
Class members
- parent_class: GObjectClass
- No description available. 
- activated: void (* activated) ( MetaSelectionSource* source )
- No description available. 
- deactivated: void (* deactivated) ( MetaSelectionSource* source )
- No description available. 
- get_mimetypes: GList* (* get_mimetypes) ( MetaSelectionSource* source )
- No description available. 
- read_async: void (* read_async) ( MetaSelectionSource* source, const gchar* mimetype, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer user_data )
- No description available. 
- read_finish: GInputStream* (* read_finish) ( MetaSelectionSource* source, GAsyncResult* result, GError** error )
- No description available.