| Top | 
QmiIndicationOmaEventReportOutput *
qmi_indication_oma_event_report_output_ref
                               (QmiIndicationOmaEventReportOutput *self);
Atomically increments the reference count of self
 by one.
Since: 1.6
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.
Since: 1.6
gboolean qmi_indication_oma_event_report_output_get_session_fail_reason (QmiIndicationOmaEventReportOutput *self,QmiOmaSessionFailedReason *value_session_fail_reason,GError **error);
Get the 'Session Fail Reason' field from self
.
self  | 
||
value_session_fail_reason  | 
a placeholder for the output QmiOmaSessionFailedReason, or   | 
|
error  | 
Return location for error or   | 
Since: 1.6
gboolean qmi_indication_oma_event_report_output_get_session_state (QmiIndicationOmaEventReportOutput *self,QmiOmaSessionState *value_session_state,GError **error);
Get the 'Session State' field from self
.
self  | 
||
value_session_state  | 
a placeholder for the output QmiOmaSessionState, or   | 
|
error  | 
Return location for error or   | 
Since: 1.6
gboolean qmi_indication_oma_event_report_output_get_network_initiated_alert (QmiIndicationOmaEventReportOutput *self,QmiOmaSessionType *value_network_initiated_alert_session_type,guint16 *value_network_initiated_alert_session_id,GError **error);
Get the 'Network Initiated Alert' field from self
.
self  | 
||
value_network_initiated_alert_session_type  | 
a placeholder for the output QmiOmaSessionType, or   | 
|
value_network_initiated_alert_session_id  | 
a placeholder for the output guint16, or   | 
|
error  | 
Return location for error or   | 
Since: 1.6
typedef struct _QmiIndicationOmaEventReportOutput QmiIndicationOmaEventReportOutput;
The QmiIndicationOmaEventReportOutput structure contains private data and should only be accessed using the provided API.
Since: 1.6