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 () |
enum | QmiUimSessionType |
enum | QmiUimFileType |
enum | QmiUimSecurityAttributeLogic |
enum | QmiUimSecurityAttribute |
GEnum ├── QmiUimFileType ├── 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
.
Type of UIM session.