Manager
Object Hierarchy:
Description:
[
CCode ( type_id =
"mm_manager_get_type ()" ) ]
public class Manager :
GdbusObjectManagerClient,
AsyncInitable,
DBusObjectManager,
Initable
The Manager structure contains private data and should only be accessed using the provided API.
Content:
Creation methods:
Methods:
- public DBusProxy get_proxy ()
Gets the DBusProxy interface of the
this.
- public unowned string get_version ()
Gets the ModemManager version, as reported by the daemon.
- public async bool inhibit_device (string uid, Cancellable? cancellable) throws Error
Asynchronously requests to add an inhibition on the device identified
by uid
.
- public bool inhibit_device_sync (string uid, Cancellable? cancellable = null) throws Error
Synchronously requests to add an inhibition on the device identified
by uid
.
- public unowned DBusProxy peek_proxy ()
Gets the DBusProxy interface of the
this.
- public async bool report_kernel_event (KernelEventProperties properties, Cancellable? cancellable) throws Error
Asynchronously report kernel event.
- public bool report_kernel_event_sync (KernelEventProperties properties, Cancellable? cancellable = null) throws Error
Synchronously report kernel event.
- public async bool scan_devices (Cancellable? cancellable) throws Error
Asynchronously requests to scan looking for devices.
- public bool scan_devices_sync (Cancellable? cancellable = null) throws Error
Synchronously requests to scan looking for devices.
- public async bool set_logging (string level, Cancellable? cancellable) throws Error
Asynchronously requests to set the specified logging level in the
daemon.
- public bool set_logging_sync (string level, Cancellable? cancellable = null) throws Error
Synchronously requests to set the specified logging level in the
daemon.
- public async bool uninhibit_device (string uid, Cancellable? cancellable) throws Error
Asynchronously requests to remove an inhibition on the device
identified by uid
.
- public bool uninhibit_device_sync (string uid, Cancellable? cancellable = null) throws Error
Synchronously requests to remove an inhibition on the device
identified by uid
.
Inherited Members:
All known members inherited from class MM.GdbusObjectManagerClient
All known members inherited from class GLib.DBusObjectManagerClient
- @new
- bus_type
- connection
- flags
- get_connection
- get_flags
- get_name
- get_name_owner
- get_proxy_type_destroy_notify
- get_proxy_type_func
- get_proxy_type_user_data
- interface_proxy_properties_changed
- interface_proxy_signal
- name
- name_owner
- new_for_bus
- object_path
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref
All known members inherited from interface GLib.AsyncInitable
All known members inherited from interface GLib.DBusObjectManager
- get_interface
- get_object
- get_object_path
- get_objects
- interface_added
- interface_removed
- object_added
- object_removed
All known members inherited from interface GLib.Initable