Top |
const gchar * | qmi_oma_session_type_get_string () |
const gchar * | qmi_oma_session_state_get_string () |
const gchar * | qmi_oma_session_failed_reason_get_string () |
const gchar * | qmi_oma_hfa_feature_done_state_get_string () |
enum | QmiOmaSessionType |
enum | QmiOmaSessionState |
enum | QmiOmaSessionFailedReason |
enum | QmiOmaHfaFeatureDoneState |
GEnum ├── QmiOmaHfaFeatureDoneState ├── QmiOmaSessionFailedReason ├── QmiOmaSessionState ╰── QmiOmaSessionType
const gchar *
qmi_oma_session_type_get_string (QmiOmaSessionType val
);
Gets the nickname string for the QmiOmaSessionType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_oma_session_state_get_string (QmiOmaSessionState val
);
Gets the nickname string for the QmiOmaSessionState specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_oma_session_failed_reason_get_string
(QmiOmaSessionFailedReason val
);
Gets the nickname string for the QmiOmaSessionFailedReason specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_oma_hfa_feature_done_state_get_string
(QmiOmaHfaFeatureDoneState val
);
Gets the nickname string for the QmiOmaHfaFeatureDoneState specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Type of OMA-DM session.
State of the OMA-DM session.
Session failure reason.