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]
Since: 1.6
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]
Since: 1.6
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]
Since: 1.6
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]
Since: 1.6
Type of OMA-DM session.
Client-initiated device configure. |
||
Client-initiated PRL update. |
||
Client-initiated hands free activation. |
||
Device-initiated hands free activation. |
||
Network-initiated PRL update. |
||
Network-initiated device configure. |
||
Device-initiated PRL update. |
Since: 1.6
State of the OMA-DM session.
Since: 1.6
Session failure reason.
Unknown reason. |
||
Network unavailable. |
||
Server unavailable. |
||
Authentication failed. |
||
Maximum retries exceeded. |
||
Session cancelled. |
Since: 1.6