GdbusOrgFreedesktopModemManager1
Object Hierarchy:
Description:
[ CCode ( cname = "MmGdbusOrgFreedesktopModemManager1" , type_id = "mm_gdbus_org_freedesktop_modem_manager1_get_type ()" ) ]
public interface GdbusOrgFreedesktopModemManager1 : Object
public interface GdbusOrgFreedesktopModemManager1 : Object
Abstract interface type for the D-Bus interface org.freedesktop.ModemManager1.
All known implementing classes:
Namespace: MM
Package: libmm-glib
Content:
Properties:
Static methods:
- public static unowned DBusInterfaceInfo interface_info ()
Gets a machine-readable description of the org.freedesktop.ModemManager1 D-Bus interface.
- public static uint override_properties (ObjectClass klass, uint property_id_begin)
Overrides all Object properties in the GdbusOrgFreedesktopModemManager1 interface for a concrete class.
Methods:
- public async bool call_inhibit_device (string arg_uid, bool arg_inhibit, Cancellable? cancellable) throws Error
Asynchronously invokes the InhibitDevice D-Bus method on this.
- public bool call_inhibit_device_sync (string arg_uid, bool arg_inhibit, Cancellable? cancellable = null) throws Error
Synchronously invokes the InhibitDevice D-Bus method on this.
- public async bool call_report_kernel_event (Variant arg_properties, Cancellable? cancellable) throws Error
Asynchronously invokes the ReportKernelEvent D-Bus method on this.
- public bool call_report_kernel_event_sync (Variant arg_properties, Cancellable? cancellable = null) throws Error
Synchronously invokes the ReportKernelEvent D-Bus method on this.
- public async bool call_scan_devices (Cancellable? cancellable) throws Error
Asynchronously invokes the ScanDevices D-Bus method on this.
- public bool call_scan_devices_sync (Cancellable? cancellable = null) throws Error
Synchronously invokes the ScanDevices D-Bus method on this.
- public async bool call_set_logging (string arg_level, Cancellable? cancellable) throws Error
Asynchronously invokes the SetLogging D-Bus method on this.
- public bool call_set_logging_sync (string arg_level, Cancellable? cancellable = null) throws Error
Synchronously invokes the SetLogging D-Bus method on this.
- public void complete_inhibit_device (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling invocations of the InhibitDevice D-Bus method.
- public void complete_report_kernel_event (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling invocations of the ReportKernelEvent D-Bus method.
- public void complete_scan_devices (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling invocations of the ScanDevices D-Bus method.
- public void complete_set_logging (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling invocations of the SetLogging D-Bus method.
Signals:
- public virtual signal bool handle_inhibit_device (DBusMethodInvocation invocation, string arg_uid, bool arg_inhibit)
Signal emitted when a remote caller is invoking the InhibitDevice D-Bus method.
- public virtual signal bool handle_report_kernel_event (DBusMethodInvocation invocation, Variant arg_properties)
Signal emitted when a remote caller is invoking the ReportKernelEvent D-Bus method.
- public virtual signal bool handle_scan_devices (DBusMethodInvocation invocation)
Signal emitted when a remote caller is invoking the ScanDevices D-Bus method.
- public virtual signal bool handle_set_logging (DBusMethodInvocation invocation, string arg_level)
Signal emitted when a remote caller is invoking the SetLogging D-Bus method.
Inherited Members:
All known members inherited from class GLib.Object