Top |
const gchar * | qmi_uim_session_type_get_string () |
const gchar * | qmi_uim_file_type_get_string () |
const gchar * | qmi_uim_security_attribute_logic_get_string () |
gchar * | qmi_uim_security_attribute_build_string_from_mask () |
const gchar * | qmi_uim_card_state_get_string () |
const gchar * | qmi_uim_card_error_get_string () |
const gchar * | qmi_uim_pin_state_get_string () |
const gchar * | qmi_uim_card_application_type_get_string () |
const gchar * | qmi_uim_card_application_state_get_string () |
const gchar * | qmi_uim_card_application_personalization_state_get_string () |
const gchar * | qmi_uim_card_application_personalization_feature_get_string () |
GEnum ├── QmiUimCardApplicationPersonalizationFeature ├── QmiUimCardApplicationPersonalizationState ├── QmiUimCardApplicationState ├── QmiUimCardApplicationType ├── QmiUimCardError ├── QmiUimCardState ├── QmiUimFileType ├── QmiUimPinState ├── QmiUimSecurityAttributeLogic ╰── QmiUimSessionType GFlags ╰── QmiUimSecurityAttribute
const gchar *
qmi_uim_session_type_get_string (QmiUimSessionType val
);
Gets the nickname string for the QmiUimSessionType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_uim_file_type_get_string (QmiUimFileType val
);
Gets the nickname string for the QmiUimFileType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_uim_security_attribute_logic_get_string
(QmiUimSecurityAttributeLogic val
);
Gets the nickname string for the QmiUimSecurityAttributeLogic specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
gchar *
qmi_uim_security_attribute_build_string_from_mask
(QmiUimSecurityAttribute mask
);
Builds a string containing a comma-separated list of nicknames for
each QmiUimSecurityAttribute in mask
.
const gchar *
qmi_uim_card_state_get_string (QmiUimCardState val
);
Gets the nickname string for the QmiUimCardState specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_uim_card_error_get_string (QmiUimCardError val
);
Gets the nickname string for the QmiUimCardError specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_uim_pin_state_get_string (QmiUimPinState val
);
Gets the nickname string for the QmiUimPinState specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_uim_card_application_type_get_string
(QmiUimCardApplicationType val
);
Gets the nickname string for the QmiUimCardApplicationType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_uim_card_application_state_get_string
(QmiUimCardApplicationState val
);
Gets the nickname string for the QmiUimCardApplicationState specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_uim_card_application_personalization_state_get_string
(QmiUimCardApplicationPersonalizationState val
);
Gets the nickname string for the QmiUimCardApplicationPersonalizationState specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_uim_card_application_personalization_feature_get_string
(QmiUimCardApplicationPersonalizationFeature val
);
Gets the nickname string for the QmiUimCardApplicationPersonalizationFeature specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Type of UIM session.
Card error.
Card application state.
Card application personalization state.
Card application personalization feature, when a code is required.