libmm-glib Reference Manual | ||||
---|---|---|---|---|
Top | Description |
const gchar * mm_bearer_ip_method_get_string (MMBearerIpMethod val
); const gchar * mm_bearer_ip_family_get_string (MMBearerIpFamily val
); gchar * mm_bearer_allowed_auth_build_string_from_mask (MMBearerAllowedAuth mask
); gchar * mm_modem_capability_build_string_from_mask (MMModemCapability mask
); const gchar * mm_modem_state_get_string (MMModemState val
); const gchar * mm_modem_state_failed_reason_get_string (MMModemStateFailedReason val
); const gchar * mm_modem_state_change_reason_get_string (MMModemStateChangeReason val
); const gchar * mm_modem_power_state_get_string (MMModemPowerState val
); const gchar * mm_modem_lock_get_string (MMModemLock val
); gchar * mm_modem_access_technology_build_string_from_mask (MMModemAccessTechnology mask
); gchar * mm_modem_mode_build_string_from_mask (MMModemMode mask
); const gchar * mm_modem_band_get_string (MMModemBand val
); const gchar * mm_modem_port_type_get_string (MMModemPortType val
); const gchar * mm_modem_3gpp_registration_state_get_string (MMModem3gppRegistrationState val
); const gchar * mm_modem_3gpp_subscription_state_get_string (MMModem3gppSubscriptionState val
); gchar * mm_modem_3gpp_facility_build_string_from_mask (MMModem3gppFacility mask
); const gchar * mm_modem_3gpp_network_availability_get_string (MMModem3gppNetworkAvailability val
); const gchar * mm_modem_3gpp_ussd_session_state_get_string (MMModem3gppUssdSessionState val
); const gchar * mm_modem_cdma_registration_state_get_string (MMModemCdmaRegistrationState val
); const gchar * mm_modem_cdma_activation_state_get_string (MMModemCdmaActivationState val
); const gchar * mm_modem_cdma_rm_protocol_get_string (MMModemCdmaRmProtocol val
); gchar * mm_modem_location_source_build_string_from_mask (MMModemLocationSource mask
); const gchar * mm_modem_contacts_storage_get_string (MMModemContactsStorage val
); const gchar * mm_sms_pdu_type_get_string (MMSmsPduType val
); const gchar * mm_sms_state_get_string (MMSmsState val
); const gchar * mm_sms_delivery_state_get_string (MMSmsDeliveryState val
); const gchar * mm_sms_storage_get_string (MMSmsStorage val
); const gchar * mm_sms_validity_type_get_string (MMSmsValidityType val
); const gchar * mm_sms_cdma_teleservice_id_get_string (MMSmsCdmaTeleserviceId val
); const gchar * mm_sms_cdma_service_category_get_string (MMSmsCdmaServiceCategory val
); const gchar * mm_firmware_image_type_get_string (MMFirmwareImageType val
); gchar * mm_oma_feature_build_string_from_mask (MMOmaFeature mask
); const gchar * mm_oma_session_type_get_string (MMOmaSessionType val
); const gchar * mm_oma_session_state_get_string (MMOmaSessionState val
); const gchar * mm_oma_session_state_failed_reason_get_string (MMOmaSessionStateFailedReason val
);
const gchar * mm_bearer_ip_method_get_string (MMBearerIpMethod val
);
Gets the nickname string for the MMBearerIpMethod specified at val
.
|
a MMBearerIpMethod. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mm_bearer_ip_family_get_string (MMBearerIpFamily val
);
Gets the nickname string for the MMBearerIpFamily specified at val
.
|
a MMBearerIpFamily. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
gchar * mm_bearer_allowed_auth_build_string_from_mask
(MMBearerAllowedAuth mask
);
Builds a string containing a comma-separated list of nicknames for
each MMBearerAllowedAuth in mask
.
gchar * mm_modem_capability_build_string_from_mask
(MMModemCapability mask
);
Builds a string containing a comma-separated list of nicknames for
each MMModemCapability in mask
.
const gchar * mm_modem_state_get_string (MMModemState val
);
Gets the nickname string for the MMModemState specified at val
.
|
a MMModemState. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mm_modem_state_failed_reason_get_string
(MMModemStateFailedReason val
);
Gets the nickname string for the MMModemStateFailedReason specified at val
.
|
a MMModemStateFailedReason. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mm_modem_state_change_reason_get_string
(MMModemStateChangeReason val
);
Gets the nickname string for the MMModemStateChangeReason specified at val
.
|
a MMModemStateChangeReason. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mm_modem_power_state_get_string (MMModemPowerState val
);
Gets the nickname string for the MMModemPowerState specified at val
.
|
a MMModemPowerState. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mm_modem_lock_get_string (MMModemLock val
);
Gets the nickname string for the MMModemLock specified at val
.
|
a MMModemLock. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
gchar * mm_modem_access_technology_build_string_from_mask
(MMModemAccessTechnology mask
);
Builds a string containing a comma-separated list of nicknames for
each MMModemAccessTechnology in mask
.
gchar * mm_modem_mode_build_string_from_mask
(MMModemMode mask
);
Builds a string containing a comma-separated list of nicknames for
each MMModemMode in mask
.
const gchar * mm_modem_band_get_string (MMModemBand val
);
Gets the nickname string for the MMModemBand specified at val
.
|
a MMModemBand. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mm_modem_port_type_get_string (MMModemPortType val
);
Gets the nickname string for the MMModemPortType specified at val
.
|
a MMModemPortType. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mm_modem_3gpp_registration_state_get_string
(MMModem3gppRegistrationState val
);
Gets the nickname string for the MMModem3gppRegistrationState specified at val
.
|
a MMModem3gppRegistrationState. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mm_modem_3gpp_subscription_state_get_string
(MMModem3gppSubscriptionState val
);
Gets the nickname string for the MMModem3gppSubscriptionState specified at val
.
|
a MMModem3gppSubscriptionState. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
gchar * mm_modem_3gpp_facility_build_string_from_mask
(MMModem3gppFacility mask
);
Builds a string containing a comma-separated list of nicknames for
each MMModem3gppFacility in mask
.
const gchar * mm_modem_3gpp_network_availability_get_string
(MMModem3gppNetworkAvailability val
);
Gets the nickname string for the MMModem3gppNetworkAvailability specified at val
.
|
a MMModem3gppNetworkAvailability. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mm_modem_3gpp_ussd_session_state_get_string
(MMModem3gppUssdSessionState val
);
Gets the nickname string for the MMModem3gppUssdSessionState specified at val
.
|
a MMModem3gppUssdSessionState. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mm_modem_cdma_registration_state_get_string
(MMModemCdmaRegistrationState val
);
Gets the nickname string for the MMModemCdmaRegistrationState specified at val
.
|
a MMModemCdmaRegistrationState. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mm_modem_cdma_activation_state_get_string
(MMModemCdmaActivationState val
);
Gets the nickname string for the MMModemCdmaActivationState specified at val
.
|
a MMModemCdmaActivationState. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mm_modem_cdma_rm_protocol_get_string
(MMModemCdmaRmProtocol val
);
Gets the nickname string for the MMModemCdmaRmProtocol specified at val
.
|
a MMModemCdmaRmProtocol. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
gchar * mm_modem_location_source_build_string_from_mask
(MMModemLocationSource mask
);
Builds a string containing a comma-separated list of nicknames for
each MMModemLocationSource in mask
.
const gchar * mm_modem_contacts_storage_get_string
(MMModemContactsStorage val
);
Gets the nickname string for the MMModemContactsStorage specified at val
.
|
a MMModemContactsStorage. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mm_sms_pdu_type_get_string (MMSmsPduType val
);
Gets the nickname string for the MMSmsPduType specified at val
.
|
a MMSmsPduType. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mm_sms_state_get_string (MMSmsState val
);
Gets the nickname string for the MMSmsState specified at val
.
|
a MMSmsState. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mm_sms_delivery_state_get_string (MMSmsDeliveryState val
);
Gets the nickname string for the MMSmsDeliveryState specified at val
.
|
a MMSmsDeliveryState. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mm_sms_storage_get_string (MMSmsStorage val
);
Gets the nickname string for the MMSmsStorage specified at val
.
|
a MMSmsStorage. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mm_sms_validity_type_get_string (MMSmsValidityType val
);
Gets the nickname string for the MMSmsValidityType specified at val
.
|
a MMSmsValidityType. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mm_sms_cdma_teleservice_id_get_string
(MMSmsCdmaTeleserviceId val
);
Gets the nickname string for the MMSmsCdmaTeleserviceId specified at val
.
|
a MMSmsCdmaTeleserviceId. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mm_sms_cdma_service_category_get_string
(MMSmsCdmaServiceCategory val
);
Gets the nickname string for the MMSmsCdmaServiceCategory specified at val
.
|
a MMSmsCdmaServiceCategory. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mm_firmware_image_type_get_string (MMFirmwareImageType val
);
Gets the nickname string for the MMFirmwareImageType specified at val
.
|
a MMFirmwareImageType. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
gchar * mm_oma_feature_build_string_from_mask
(MMOmaFeature mask
);
Builds a string containing a comma-separated list of nicknames for
each MMOmaFeature in mask
.
const gchar * mm_oma_session_type_get_string (MMOmaSessionType val
);
Gets the nickname string for the MMOmaSessionType specified at val
.
|
a MMOmaSessionType. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mm_oma_session_state_get_string (MMOmaSessionState val
);
Gets the nickname string for the MMOmaSessionState specified at val
.
|
a MMOmaSessionState. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mm_oma_session_state_failed_reason_get_string
(MMOmaSessionStateFailedReason val
);
Gets the nickname string for the MMOmaSessionStateFailedReason specified at val
.
|
a MMOmaSessionStateFailedReason. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|