Top |
QmiIndicationOmaEventReportOutput *
qmi_indication_oma_event_report_output_ref
(QmiIndicationOmaEventReportOutput *self
);
Atomically increments the reference count of self
by one.
void
qmi_indication_oma_event_report_output_unref
(QmiIndicationOmaEventReportOutput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
gboolean qmi_indication_oma_event_report_output_get_session_fail_reason (QmiIndicationOmaEventReportOutput *self
,QmiOmaSessionFailedReason *session_fail_reason
,GError **error
);
Get the 'Session Fail Reason' field from self
.
self |
||
session_fail_reason |
a placeholder for the output QmiOmaSessionFailedReason, or |
|
error |
Return location for error or |
gboolean qmi_indication_oma_event_report_output_get_session_state (QmiIndicationOmaEventReportOutput *self
,QmiOmaSessionState *session_state
,GError **error
);
Get the 'Session State' field from self
.
self |
||
session_state |
a placeholder for the output QmiOmaSessionState, or |
|
error |
Return location for error or |
gboolean qmi_indication_oma_event_report_output_get_network_initiated_alert (QmiIndicationOmaEventReportOutput *self
,QmiOmaSessionType *network_initiated_alert_session_type
,guint16 *network_initiated_alert_session_id
,GError **error
);
Get the 'Network Initiated Alert' field from self
.
self |
||
network_initiated_alert_session_type |
a placeholder for the output QmiOmaSessionType, or |
|
network_initiated_alert_session_id |
a placeholder for the output guint16, or |
|
error |
Return location for error or |
typedef struct _QmiIndicationOmaEventReportOutput QmiIndicationOmaEventReportOutput;
The QmiIndicationOmaEventReportOutput structure contains private data and should only be accessed using the provided API.