GdbusModem3gppProfileManager
Object Hierarchy:
Description:
[
CCode ( cname =
"MmGdbusModem3gppProfileManager" , type_id =
"mm_gdbus_modem3gpp_profile_manager_get_type ()" ) ]
public interface GdbusModem3gppProfileManager :
Object
Abstract interface type for the D-Bus interface org.freedesktop.ModemManager1.Modem.Modem3gpp.ProfileManager.
All known implementing classes:
Content:
Properties:
Static methods:
Methods:
- public async bool call_delete (Variant arg_properties, Cancellable? cancellable) throws Error
Asynchronously invokes the Delete D-Bus method on
this.
- public bool call_delete_sync (Variant arg_properties, Cancellable? cancellable = null) throws Error
Synchronously invokes the Delete D-Bus method on
this.
- public async bool call_list (Cancellable? cancellable, out Variant out_profiles) throws Error
Asynchronously invokes the List D-Bus method on
this.
- public bool call_list_sync (out Variant out_profiles, Cancellable? cancellable = null) throws Error
Synchronously invokes the List D-Bus method on
this.
- public async bool call_set (Variant arg_requested_properties, Cancellable? cancellable, out Variant out_stored_properties) throws Error
Asynchronously invokes the Set D-Bus method on
this.
- public bool call_set_sync (Variant arg_requested_properties, out Variant out_stored_properties, Cancellable? cancellable = null) throws Error
Synchronously invokes the Set D-Bus method on
this.
- public void complete_delete (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the Delete D-Bus method.
- public void complete_list (owned DBusMethodInvocation invocation, Variant profiles)
Helper function used in service implementations to finish handling
invocations of the List D-Bus method.
- public void complete_set (owned DBusMethodInvocation invocation, Variant stored_properties)
Helper function used in service implementations to finish handling
invocations of the Set D-Bus method.
- public void emit_updated ()
Emits the "Updated" D-Bus signal.
Signals:
Inherited Members:
All known members inherited from class GLib.Object