BackendStore
Object Hierarchy:
Description:
public class BackendStore : Object
Content:
Properties:
Static methods:
Methods:
- public async void prepare ()
Prepare the BackendStore for use.
- public async void load_backends () throws Error
Find, load, and prepare all backends which are not disabled.
- public void add_backend (Backend backend)
Add a new Backend
to the BackendStore.
- public Backend? dup_backend_by_name (string name)
Get a backend from the store by name. If a backend is returned, its
reference count is increased.
- public Collection<Backend> list_backends ()
List the currently loaded backends.
- public async void enable_backend (string name)
Enable a backend.
- public async void disable_backend (string name)
Disable a backend.
Signals:
Fields:
Inherited Members:
All known members inherited from class GLib.Object
- @new
- newv
- new_valist
- get_type
- get_class
- @ref
- unref
- ref_sink
- weak_ref
- weak_unref
- add_weak_pointer
- remove_weak_pointer
- @get
- @set
- get_property
- set_property
- get_data
- set_data
- set_data_full
- steal_data
- get_qdata
- set_qdata
- set_qdata_full
- steal_qdata
- freeze_notify
- thaw_notify
- dispose
- constructed
- notify_property
- connect
- disconnect
- add_toggle_ref
- remove_toggle_ref
- bind_property
- notify
- ref_count