Functions

bearer_access_type_preference_get_string (val)

bearer_allowed_auth_build_string_from_mask (mask)

bearer_apn_type_build_string_from_mask (mask)

bearer_ip_family_build_string_from_mask (mask)

bearer_ip_method_get_string (val)

bearer_multiplex_support_get_string (val)

bearer_profile_source_get_string (val)

bearer_roaming_allowance_build_string_from_mask (mask)

bearer_type_get_string (val)

call_direction_get_string (val)

call_state_get_string (val)

call_state_reason_get_string (val)

cdma_activation_error_quark ()

cell_type_get_string (val)

connection_error_quark ()

core_error_quark ()

firmware_image_type_get_string (val)

gdbus_bearer_interface_info ()

gdbus_bearer_override_properties (klass, property_id_begin)

gdbus_call_interface_info ()

gdbus_call_override_properties (klass, property_id_begin)

gdbus_modem3gpp_interface_info ()

gdbus_modem3gpp_override_properties (klass, property_id_begin)

gdbus_modem3gpp_profile_manager_interface_info ()

gdbus_modem3gpp_profile_manager_override_properties (klass, property_id_begin)

gdbus_modem3gpp_ussd_interface_info ()

gdbus_modem3gpp_ussd_override_properties (klass, property_id_begin)

gdbus_modem_cdma_interface_info ()

gdbus_modem_cdma_override_properties (klass, property_id_begin)

gdbus_modem_firmware_interface_info ()

gdbus_modem_firmware_override_properties (klass, property_id_begin)

gdbus_modem_interface_info ()

gdbus_modem_location_interface_info ()

gdbus_modem_location_override_properties (klass, property_id_begin)

gdbus_modem_messaging_interface_info ()

gdbus_modem_messaging_override_properties (klass, property_id_begin)

gdbus_modem_oma_interface_info ()

gdbus_modem_oma_override_properties (klass, property_id_begin)

gdbus_modem_override_properties (klass, property_id_begin)

gdbus_modem_sar_interface_info ()

gdbus_modem_sar_override_properties (klass, property_id_begin)

gdbus_modem_signal_interface_info ()

gdbus_modem_signal_override_properties (klass, property_id_begin)

gdbus_modem_simple_interface_info ()

gdbus_modem_simple_override_properties (klass, property_id_begin)

gdbus_modem_time_interface_info ()

gdbus_modem_time_override_properties (klass, property_id_begin)

gdbus_modem_voice_interface_info ()

gdbus_modem_voice_override_properties (klass, property_id_begin)

gdbus_org_freedesktop_modem_manager1_interface_info ()

gdbus_org_freedesktop_modem_manager1_override_properties (klass, property_id_begin)

gdbus_sim_interface_info ()

gdbus_sim_override_properties (klass, property_id_begin)

gdbus_sms_interface_info ()

gdbus_sms_override_properties (klass, property_id_begin)

message_error_quark ()

mobile_equipment_error_quark ()

modem_3gpp_drx_cycle_get_string (val)

modem_3gpp_eps_ue_mode_operation_get_string (val)

modem_3gpp_facility_build_string_from_mask (mask)

modem_3gpp_mico_mode_get_string (val)

modem_3gpp_network_availability_get_string (val)

modem_3gpp_packet_service_state_get_string (val)

modem_3gpp_registration_state_get_string (val)

modem_3gpp_subscription_state_get_string (val)

modem_3gpp_ussd_session_state_get_string (val)

modem_access_technology_build_string_from_mask (mask)

modem_band_get_string (val)

modem_capability_build_string_from_mask (mask)

modem_cdma_activation_state_get_string (val)

modem_cdma_registration_state_get_string (val)

modem_cdma_rm_protocol_get_string (val)

modem_contacts_storage_get_string (val)

modem_firmware_update_method_build_string_from_mask (mask)

modem_location_assistance_data_type_build_string_from_mask (mask)

modem_location_source_build_string_from_mask (mask)

modem_lock_get_string (val)

modem_mode_build_string_from_mask (mask)

modem_port_type_get_string (val)

modem_power_state_get_string (val)

modem_state_change_reason_get_string (val)

modem_state_failed_reason_get_string (val)

modem_state_get_string (val)

oma_feature_build_string_from_mask (mask)

oma_session_state_failed_reason_get_string (val)

oma_session_state_get_string (val)

oma_session_type_get_string (val)

serial_error_quark ()

serving_cell_type_get_string (val)

sim_esim_status_get_string (val)

sim_removability_get_string (val)

sim_type_get_string (val)

sms_cdma_service_category_get_string (val)

sms_cdma_teleservice_id_get_string (val)

sms_delivery_state_get_string (val)

sms_pdu_type_get_string (val)

sms_state_get_string (val)

sms_storage_get_string (val)

sms_validity_type_get_string (val)

Details

ModemManager.bearer_access_type_preference_get_string(val)
Parameters:

val (ModemManager.BearerAccessTypePreference) – a ModemManager.BearerAccessTypePreference.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.BearerAccessTypePreference specified at val.

ModemManager.bearer_allowed_auth_build_string_from_mask(mask)
Parameters:

mask (ModemManager.BearerAllowedAuth) – bitmask of ModemManager.BearerAllowedAuth values.

Returns:

a string with the list of nicknames, or None if none given. The returned value should be freed with GLib.free().

Return type:

str

Builds a string containing a comma-separated list of nicknames for each ModemManager.BearerAllowedAuth in mask.

ModemManager.bearer_apn_type_build_string_from_mask(mask)
Parameters:

mask (ModemManager.BearerApnType) – bitmask of ModemManager.BearerApnType values.

Returns:

a string with the list of nicknames, or None if none given. The returned value should be freed with GLib.free().

Return type:

str

Builds a string containing a comma-separated list of nicknames for each ModemManager.BearerApnType in mask.

ModemManager.bearer_ip_family_build_string_from_mask(mask)
Parameters:

mask (ModemManager.BearerIpFamily) – bitmask of ModemManager.BearerIpFamily values.

Returns:

a string with the list of nicknames, or None if none given. The returned value should be freed with GLib.free().

Return type:

str

Builds a string containing a comma-separated list of nicknames for each ModemManager.BearerIpFamily in mask.

ModemManager.bearer_ip_method_get_string(val)
Parameters:

val (ModemManager.BearerIpMethod) – a ModemManager.BearerIpMethod.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.BearerIpMethod specified at val.

ModemManager.bearer_multiplex_support_get_string(val)
Parameters:

val (ModemManager.BearerMultiplexSupport) – a ModemManager.BearerMultiplexSupport.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.BearerMultiplexSupport specified at val.

ModemManager.bearer_profile_source_get_string(val)
Parameters:

val (ModemManager.BearerProfileSource) – a ModemManager.BearerProfileSource.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.BearerProfileSource specified at val.

ModemManager.bearer_roaming_allowance_build_string_from_mask(mask)
Parameters:

mask (ModemManager.BearerRoamingAllowance) – bitmask of ModemManager.BearerRoamingAllowance values.

Returns:

a string with the list of nicknames, or None if none given. The returned value should be freed with GLib.free().

Return type:

str

Builds a string containing a comma-separated list of nicknames for each ModemManager.BearerRoamingAllowance in mask.

ModemManager.bearer_type_get_string(val)
Parameters:

val (ModemManager.BearerType) – a ModemManager.BearerType.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.BearerType specified at val.

ModemManager.call_direction_get_string(val)
Parameters:

val (ModemManager.CallDirection) – a ModemManager.CallDirection.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.CallDirection specified at val.

ModemManager.call_state_get_string(val)
Parameters:

val (ModemManager.CallState) – a ModemManager.CallState.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.CallState specified at val.

ModemManager.call_state_reason_get_string(val)
Parameters:

val (ModemManager.CallStateReason) – a ModemManager.CallStateReason.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.CallStateReason specified at val.

ModemManager.cdma_activation_error_quark()
Return type:

int

ModemManager.cell_type_get_string(val)
Parameters:

val (ModemManager.CellType) – a ModemManager.CellType.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.CellType specified at val.

ModemManager.connection_error_quark()
Return type:

int

ModemManager.core_error_quark()
Return type:

int

ModemManager.firmware_image_type_get_string(val)
Parameters:

val (ModemManager.FirmwareImageType) – a ModemManager.FirmwareImageType.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.FirmwareImageType specified at val.

ModemManager.gdbus_bearer_interface_info()
Returns:

A Gio.DBusInterfaceInfo. Do not free.

Return type:

Gio.DBusInterfaceInfo

Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Bearer [gdbus-interface-org-freedesktop-ModemManager1-Bearer.top_of_page]’ D-Bus interface.

ModemManager.gdbus_bearer_override_properties(klass, property_id_begin)
Parameters:
Returns:

The last property id.

Return type:

int

Overrides all GObject.Object properties in the ModemManager.GdbusBearer interface for a concrete class. The properties are overridden in the order they are defined.

ModemManager.gdbus_call_interface_info()
Returns:

A Gio.DBusInterfaceInfo. Do not free.

Return type:

Gio.DBusInterfaceInfo

Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Call [gdbus-interface-org-freedesktop-ModemManager1-Call.top_of_page]’ D-Bus interface.

ModemManager.gdbus_call_override_properties(klass, property_id_begin)
Parameters:
Returns:

The last property id.

Return type:

int

Overrides all GObject.Object properties in the ModemManager.GdbusCall interface for a concrete class. The properties are overridden in the order they are defined.

ModemManager.gdbus_modem3gpp_interface_info()
Returns:

A Gio.DBusInterfaceInfo. Do not free.

Return type:

Gio.DBusInterfaceInfo

Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem.Modem3gpp [gdbus-interface-org-freedesktop-ModemManager1-Modem-Modem3gpp.top_of_page]’ D-Bus interface.

ModemManager.gdbus_modem3gpp_override_properties(klass, property_id_begin)
Parameters:
Returns:

The last property id.

Return type:

int

Overrides all GObject.Object properties in the ModemManager.GdbusModem3gpp interface for a concrete class. The properties are overridden in the order they are defined.

ModemManager.gdbus_modem3gpp_profile_manager_interface_info()
Returns:

A Gio.DBusInterfaceInfo. Do not free.

Return type:

Gio.DBusInterfaceInfo

Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem.Modem3gpp.ProfileManager [gdbus-interface-org-freedesktop-ModemManager1-Modem-Modem3gpp-ProfileManager.top_of_page]’ D-Bus interface.

ModemManager.gdbus_modem3gpp_profile_manager_override_properties(klass, property_id_begin)
Parameters:
Returns:

The last property id.

Return type:

int

Overrides all GObject.Object properties in the ModemManager.GdbusModem3gppProfileManager interface for a concrete class. The properties are overridden in the order they are defined.

ModemManager.gdbus_modem3gpp_ussd_interface_info()
Returns:

A Gio.DBusInterfaceInfo. Do not free.

Return type:

Gio.DBusInterfaceInfo

Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem.Modem3gpp.Ussd [gdbus-interface-org-freedesktop-ModemManager1-Modem-Modem3gpp-Ussd.top_of_page]’ D-Bus interface.

ModemManager.gdbus_modem3gpp_ussd_override_properties(klass, property_id_begin)
Parameters:
Returns:

The last property id.

Return type:

int

Overrides all GObject.Object properties in the ModemManager.GdbusModem3gppUssd interface for a concrete class. The properties are overridden in the order they are defined.

ModemManager.gdbus_modem_cdma_interface_info()
Returns:

A Gio.DBusInterfaceInfo. Do not free.

Return type:

Gio.DBusInterfaceInfo

Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem.ModemCdma [gdbus-interface-org-freedesktop-ModemManager1-Modem-ModemCdma.top_of_page]’ D-Bus interface.

ModemManager.gdbus_modem_cdma_override_properties(klass, property_id_begin)
Parameters:
Returns:

The last property id.

Return type:

int

Overrides all GObject.Object properties in the ModemManager.GdbusModemCdma interface for a concrete class. The properties are overridden in the order they are defined.

ModemManager.gdbus_modem_firmware_interface_info()
Returns:

A Gio.DBusInterfaceInfo. Do not free.

Return type:

Gio.DBusInterfaceInfo

Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem.Firmware [gdbus-interface-org-freedesktop-ModemManager1-Modem-Firmware.top_of_page]’ D-Bus interface.

ModemManager.gdbus_modem_firmware_override_properties(klass, property_id_begin)
Parameters:
Returns:

The last property id.

Return type:

int

Overrides all GObject.Object properties in the ModemManager.GdbusModemFirmware interface for a concrete class. The properties are overridden in the order they are defined.

ModemManager.gdbus_modem_interface_info()
Returns:

A Gio.DBusInterfaceInfo. Do not free.

Return type:

Gio.DBusInterfaceInfo

Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem [gdbus-interface-org-freedesktop-ModemManager1-Modem.top_of_page]’ D-Bus interface.

ModemManager.gdbus_modem_location_interface_info()
Returns:

A Gio.DBusInterfaceInfo. Do not free.

Return type:

Gio.DBusInterfaceInfo

Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem.Location [gdbus-interface-org-freedesktop-ModemManager1-Modem-Location.top_of_page]’ D-Bus interface.

ModemManager.gdbus_modem_location_override_properties(klass, property_id_begin)
Parameters:
Returns:

The last property id.

Return type:

int

Overrides all GObject.Object properties in the ModemManager.GdbusModemLocation interface for a concrete class. The properties are overridden in the order they are defined.

ModemManager.gdbus_modem_messaging_interface_info()
Returns:

A Gio.DBusInterfaceInfo. Do not free.

Return type:

Gio.DBusInterfaceInfo

Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem.Messaging [gdbus-interface-org-freedesktop-ModemManager1-Modem-Messaging.top_of_page]’ D-Bus interface.

ModemManager.gdbus_modem_messaging_override_properties(klass, property_id_begin)
Parameters:
Returns:

The last property id.

Return type:

int

Overrides all GObject.Object properties in the ModemManager.GdbusModemMessaging interface for a concrete class. The properties are overridden in the order they are defined.

ModemManager.gdbus_modem_oma_interface_info()
Returns:

A Gio.DBusInterfaceInfo. Do not free.

Return type:

Gio.DBusInterfaceInfo

Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem.Oma [gdbus-interface-org-freedesktop-ModemManager1-Modem-Oma.top_of_page]’ D-Bus interface.

ModemManager.gdbus_modem_oma_override_properties(klass, property_id_begin)
Parameters:
Returns:

The last property id.

Return type:

int

Overrides all GObject.Object properties in the ModemManager.GdbusModemOma interface for a concrete class. The properties are overridden in the order they are defined.

ModemManager.gdbus_modem_override_properties(klass, property_id_begin)
Parameters:
Returns:

The last property id.

Return type:

int

Overrides all GObject.Object properties in the ModemManager.GdbusModem interface for a concrete class. The properties are overridden in the order they are defined.

ModemManager.gdbus_modem_sar_interface_info()
Returns:

A Gio.DBusInterfaceInfo. Do not free.

Return type:

Gio.DBusInterfaceInfo

Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem.Sar [gdbus-interface-org-freedesktop-ModemManager1-Modem-Sar.top_of_page]’ D-Bus interface.

ModemManager.gdbus_modem_sar_override_properties(klass, property_id_begin)
Parameters:
Returns:

The last property id.

Return type:

int

Overrides all GObject.Object properties in the ModemManager.GdbusModemSar interface for a concrete class. The properties are overridden in the order they are defined.

ModemManager.gdbus_modem_signal_interface_info()
Returns:

A Gio.DBusInterfaceInfo. Do not free.

Return type:

Gio.DBusInterfaceInfo

Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem.Signal [gdbus-interface-org-freedesktop-ModemManager1-Modem-Signal.top_of_page]’ D-Bus interface.

ModemManager.gdbus_modem_signal_override_properties(klass, property_id_begin)
Parameters:
Returns:

The last property id.

Return type:

int

Overrides all GObject.Object properties in the ModemManager.GdbusModemSignal interface for a concrete class. The properties are overridden in the order they are defined.

ModemManager.gdbus_modem_simple_interface_info()
Returns:

A Gio.DBusInterfaceInfo. Do not free.

Return type:

Gio.DBusInterfaceInfo

Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem.Simple [gdbus-interface-org-freedesktop-ModemManager1-Modem-Simple.top_of_page]’ D-Bus interface.

ModemManager.gdbus_modem_simple_override_properties(klass, property_id_begin)
Parameters:
Returns:

The last property id.

Return type:

int

Overrides all GObject.Object properties in the ModemManager.GdbusModemSimple interface for a concrete class. The properties are overridden in the order they are defined.

ModemManager.gdbus_modem_time_interface_info()
Returns:

A Gio.DBusInterfaceInfo. Do not free.

Return type:

Gio.DBusInterfaceInfo

Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem.Time [gdbus-interface-org-freedesktop-ModemManager1-Modem-Time.top_of_page]’ D-Bus interface.

ModemManager.gdbus_modem_time_override_properties(klass, property_id_begin)
Parameters:
Returns:

The last property id.

Return type:

int

Overrides all GObject.Object properties in the ModemManager.GdbusModemTime interface for a concrete class. The properties are overridden in the order they are defined.

ModemManager.gdbus_modem_voice_interface_info()
Returns:

A Gio.DBusInterfaceInfo. Do not free.

Return type:

Gio.DBusInterfaceInfo

Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem.Voice [gdbus-interface-org-freedesktop-ModemManager1-Modem-Voice.top_of_page]’ D-Bus interface.

ModemManager.gdbus_modem_voice_override_properties(klass, property_id_begin)
Parameters:
Returns:

The last property id.

Return type:

int

Overrides all GObject.Object properties in the ModemManager.GdbusModemVoice interface for a concrete class. The properties are overridden in the order they are defined.

ModemManager.gdbus_org_freedesktop_modem_manager1_interface_info()
Returns:

A Gio.DBusInterfaceInfo. Do not free.

Return type:

Gio.DBusInterfaceInfo

Gets a machine-readable description of the ‘org.freedesktop.ModemManager1 [gdbus-interface-org-freedesktop-ModemManager1.top_of_page]’ D-Bus interface.

ModemManager.gdbus_org_freedesktop_modem_manager1_override_properties(klass, property_id_begin)
Parameters:
Returns:

The last property id.

Return type:

int

Overrides all GObject.Object properties in the ModemManager.GdbusOrgFreedesktopModemManager1 interface for a concrete class. The properties are overridden in the order they are defined.

ModemManager.gdbus_sim_interface_info()
Returns:

A Gio.DBusInterfaceInfo. Do not free.

Return type:

Gio.DBusInterfaceInfo

Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Sim [gdbus-interface-org-freedesktop-ModemManager1-Sim.top_of_page]’ D-Bus interface.

ModemManager.gdbus_sim_override_properties(klass, property_id_begin)
Parameters:
Returns:

The last property id.

Return type:

int

Overrides all GObject.Object properties in the ModemManager.GdbusSim interface for a concrete class. The properties are overridden in the order they are defined.

ModemManager.gdbus_sms_interface_info()
Returns:

A Gio.DBusInterfaceInfo. Do not free.

Return type:

Gio.DBusInterfaceInfo

Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Sms [gdbus-interface-org-freedesktop-ModemManager1-Sms.top_of_page]’ D-Bus interface.

ModemManager.gdbus_sms_override_properties(klass, property_id_begin)
Parameters:
Returns:

The last property id.

Return type:

int

Overrides all GObject.Object properties in the ModemManager.GdbusSms interface for a concrete class. The properties are overridden in the order they are defined.

ModemManager.message_error_quark()
Return type:

int

ModemManager.mobile_equipment_error_quark()
Return type:

int

ModemManager.modem_3gpp_drx_cycle_get_string(val)
Parameters:

val (ModemManager.Modem3gppDrxCycle) – a ModemManager.Modem3gppDrxCycle.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.Modem3gppDrxCycle specified at val.

ModemManager.modem_3gpp_eps_ue_mode_operation_get_string(val)
Parameters:

val (ModemManager.Modem3gppEpsUeModeOperation) – a ModemManager.Modem3gppEpsUeModeOperation.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.Modem3gppEpsUeModeOperation specified at val.

ModemManager.modem_3gpp_facility_build_string_from_mask(mask)
Parameters:

mask (ModemManager.Modem3gppFacility) – bitmask of ModemManager.Modem3gppFacility values.

Returns:

a string with the list of nicknames, or None if none given. The returned value should be freed with GLib.free().

Return type:

str

Builds a string containing a comma-separated list of nicknames for each ModemManager.Modem3gppFacility in mask.

ModemManager.modem_3gpp_mico_mode_get_string(val)
Parameters:

val (ModemManager.Modem3gppMicoMode) – a ModemManager.Modem3gppMicoMode.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.Modem3gppMicoMode specified at val.

ModemManager.modem_3gpp_network_availability_get_string(val)
Parameters:

val (ModemManager.Modem3gppNetworkAvailability) – a ModemManager.Modem3gppNetworkAvailability.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.Modem3gppNetworkAvailability specified at val.

ModemManager.modem_3gpp_packet_service_state_get_string(val)
Parameters:

val (ModemManager.Modem3gppPacketServiceState) – a ModemManager.Modem3gppPacketServiceState.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.Modem3gppPacketServiceState specified at val.

ModemManager.modem_3gpp_registration_state_get_string(val)
Parameters:

val (ModemManager.Modem3gppRegistrationState) – a ModemManager.Modem3gppRegistrationState.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.Modem3gppRegistrationState specified at val.

ModemManager.modem_3gpp_subscription_state_get_string(val)
Parameters:

val (ModemManager.Modem3gppSubscriptionState) – a ModemManager.Modem3gppSubscriptionState.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.Modem3gppSubscriptionState specified at val.

ModemManager.modem_3gpp_ussd_session_state_get_string(val)
Parameters:

val (ModemManager.Modem3gppUssdSessionState) – a ModemManager.Modem3gppUssdSessionState.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.Modem3gppUssdSessionState specified at val.

ModemManager.modem_access_technology_build_string_from_mask(mask)
Parameters:

mask (ModemManager.ModemAccessTechnology) – bitmask of ModemManager.ModemAccessTechnology values.

Returns:

a string with the list of nicknames, or None if none given. The returned value should be freed with GLib.free().

Return type:

str

Builds a string containing a comma-separated list of nicknames for each ModemManager.ModemAccessTechnology in mask.

ModemManager.modem_band_get_string(val)
Parameters:

val (ModemManager.ModemBand) – a ModemManager.ModemBand.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.ModemBand specified at val.

ModemManager.modem_capability_build_string_from_mask(mask)
Parameters:

mask (ModemManager.ModemCapability) – bitmask of ModemManager.ModemCapability values.

Returns:

a string with the list of nicknames, or None if none given. The returned value should be freed with GLib.free().

Return type:

str

Builds a string containing a comma-separated list of nicknames for each ModemManager.ModemCapability in mask.

ModemManager.modem_cdma_activation_state_get_string(val)
Parameters:

val (ModemManager.ModemCdmaActivationState) – a ModemManager.ModemCdmaActivationState.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.ModemCdmaActivationState specified at val.

ModemManager.modem_cdma_registration_state_get_string(val)
Parameters:

val (ModemManager.ModemCdmaRegistrationState) – a ModemManager.ModemCdmaRegistrationState.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.ModemCdmaRegistrationState specified at val.

ModemManager.modem_cdma_rm_protocol_get_string(val)
Parameters:

val (ModemManager.ModemCdmaRmProtocol) – a ModemManager.ModemCdmaRmProtocol.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.ModemCdmaRmProtocol specified at val.

ModemManager.modem_contacts_storage_get_string(val)
Parameters:

val (ModemManager.ModemContactsStorage) – a ModemManager.ModemContactsStorage.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.ModemContactsStorage specified at val.

ModemManager.modem_firmware_update_method_build_string_from_mask(mask)
Parameters:

mask (ModemManager.ModemFirmwareUpdateMethod) – bitmask of ModemManager.ModemFirmwareUpdateMethod values.

Returns:

a string with the list of nicknames, or None if none given. The returned value should be freed with GLib.free().

Return type:

str

Builds a string containing a comma-separated list of nicknames for each ModemManager.ModemFirmwareUpdateMethod in mask.

ModemManager.modem_location_assistance_data_type_build_string_from_mask(mask)
Parameters:

mask (ModemManager.ModemLocationAssistanceDataType) – bitmask of ModemManager.ModemLocationAssistanceDataType values.

Returns:

a string with the list of nicknames, or None if none given. The returned value should be freed with GLib.free().

Return type:

str

Builds a string containing a comma-separated list of nicknames for each ModemManager.ModemLocationAssistanceDataType in mask.

ModemManager.modem_location_source_build_string_from_mask(mask)
Parameters:

mask (ModemManager.ModemLocationSource) – bitmask of ModemManager.ModemLocationSource values.

Returns:

a string with the list of nicknames, or None if none given. The returned value should be freed with GLib.free().

Return type:

str

Builds a string containing a comma-separated list of nicknames for each ModemManager.ModemLocationSource in mask.

ModemManager.modem_lock_get_string(val)
Parameters:

val (ModemManager.ModemLock) – a ModemManager.ModemLock.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.ModemLock specified at val.

ModemManager.modem_mode_build_string_from_mask(mask)
Parameters:

mask (ModemManager.ModemMode) – bitmask of ModemManager.ModemMode values.

Returns:

a string with the list of nicknames, or None if none given. The returned value should be freed with GLib.free().

Return type:

str

Builds a string containing a comma-separated list of nicknames for each ModemManager.ModemMode in mask.

ModemManager.modem_port_type_get_string(val)
Parameters:

val (ModemManager.ModemPortType) – a ModemManager.ModemPortType.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.ModemPortType specified at val.

ModemManager.modem_power_state_get_string(val)
Parameters:

val (ModemManager.ModemPowerState) – a ModemManager.ModemPowerState.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.ModemPowerState specified at val.

ModemManager.modem_state_change_reason_get_string(val)
Parameters:

val (ModemManager.ModemStateChangeReason) – a ModemManager.ModemStateChangeReason.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.ModemStateChangeReason specified at val.

ModemManager.modem_state_failed_reason_get_string(val)
Parameters:

val (ModemManager.ModemStateFailedReason) – a ModemManager.ModemStateFailedReason.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.ModemStateFailedReason specified at val.

ModemManager.modem_state_get_string(val)
Parameters:

val (ModemManager.ModemState) – a ModemManager.ModemState.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.ModemState specified at val.

ModemManager.oma_feature_build_string_from_mask(mask)
Parameters:

mask (ModemManager.OmaFeature) – bitmask of ModemManager.OmaFeature values.

Returns:

a string with the list of nicknames, or None if none given. The returned value should be freed with GLib.free().

Return type:

str

Builds a string containing a comma-separated list of nicknames for each ModemManager.OmaFeature in mask.

ModemManager.oma_session_state_failed_reason_get_string(val)
Parameters:

val (ModemManager.OmaSessionStateFailedReason) – a ModemManager.OmaSessionStateFailedReason.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.OmaSessionStateFailedReason specified at val.

ModemManager.oma_session_state_get_string(val)
Parameters:

val (ModemManager.OmaSessionState) – a ModemManager.OmaSessionState.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.OmaSessionState specified at val.

ModemManager.oma_session_type_get_string(val)
Parameters:

val (ModemManager.OmaSessionType) – a ModemManager.OmaSessionType.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.OmaSessionType specified at val.

ModemManager.serial_error_quark()
Return type:

int

ModemManager.serving_cell_type_get_string(val)
Parameters:

val (ModemManager.ServingCellType) – a ModemManager.ServingCellType.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.ServingCellType specified at val.

ModemManager.sim_esim_status_get_string(val)
Parameters:

val (ModemManager.SimEsimStatus) – a ModemManager.SimEsimStatus.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.SimEsimStatus specified at val.

ModemManager.sim_removability_get_string(val)
Parameters:

val (ModemManager.SimRemovability) – a ModemManager.SimRemovability.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.SimRemovability specified at val.

ModemManager.sim_type_get_string(val)
Parameters:

val (ModemManager.SimType) – a ModemManager.SimType.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.SimType specified at val.

ModemManager.sms_cdma_service_category_get_string(val)
Parameters:

val (ModemManager.SmsCdmaServiceCategory) – a ModemManager.SmsCdmaServiceCategory.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.SmsCdmaServiceCategory specified at val.

ModemManager.sms_cdma_teleservice_id_get_string(val)
Parameters:

val (ModemManager.SmsCdmaTeleserviceId) – a ModemManager.SmsCdmaTeleserviceId.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.SmsCdmaTeleserviceId specified at val.

ModemManager.sms_delivery_state_get_string(val)
Parameters:

val (ModemManager.SmsDeliveryState) – a ModemManager.SmsDeliveryState.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.SmsDeliveryState specified at val.

ModemManager.sms_pdu_type_get_string(val)
Parameters:

val (ModemManager.SmsPduType) – a ModemManager.SmsPduType.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.SmsPduType specified at val.

ModemManager.sms_state_get_string(val)
Parameters:

val (ModemManager.SmsState) – a ModemManager.SmsState.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.SmsState specified at val.

ModemManager.sms_storage_get_string(val)
Parameters:

val (ModemManager.SmsStorage) – a ModemManager.SmsStorage.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.SmsStorage specified at val.

ModemManager.sms_validity_type_get_string(val)
Parameters:

val (ModemManager.SmsValidityType) – a ModemManager.SmsValidityType.

Returns:

a string with the nickname, or None if not found. Do not free the returned value.

Return type:

str

Gets the nickname string for the ModemManager.SmsValidityType specified at val.