| Top |  |  |  |  | 
| QOS Flow Status indicationQOS Flow Status indication — Methods to manage the QOS Flow Status indication. | 
QmiIndicationQosFlowStatusOutput *
qmi_indication_qos_flow_status_output_ref
                               (QmiIndicationQosFlowStatusOutput *self);
Atomically increments the reference count of self
 by one.
Since: 1.22
void
qmi_indication_qos_flow_status_output_unref
                               (QmiIndicationQosFlowStatusOutput *self);
Atomically decrements the reference count of self
 by one.
If the reference count drops to 0, self
 is completely disposed.
Since: 1.22
gboolean qmi_indication_qos_flow_status_output_get_value (QmiIndicationQosFlowStatusOutput *self,guint32 *value_value_qos_id,QmiQosStatus *value_value_status,QmiQosEvent *value_value_event,GError **error);
Get the 'Value' field from self
.
| self | ||
| value_value_qos_id | a placeholder for the output guint32, or  | [out][optional] | 
| value_value_status | a placeholder for the output QmiQosStatus, or  | [out][optional] | 
| value_value_event | a placeholder for the output QmiQosEvent, or  | [out][optional] | 
| error | Return location for error or  | 
Since: 1.22
QmiIndicationQosFlowStatusOutput * qmi_indication_qos_flow_status_indication_parse (QmiMessage *message,GError **error);
Parses a QmiMessage and builds a QmiIndicationQosFlowStatusOutput out of it. The operation fails if the message is of the wrong type.
 a QmiIndicationQosFlowStatusOutput, or NULL if error
is set. The returned value should be freed with qmi_indication_qos_flow_status_output_unref().
Since: 1.34
typedef struct _QmiIndicationQosFlowStatusOutput QmiIndicationQosFlowStatusOutput;
The QmiIndicationQosFlowStatusOutput structure contains private data and should only be accessed using the provided API.
Since: 1.22