Top |
PDC List Configs indicationPDC List Configs indication — Methods to manage the PDC List Configs indication. |
GBoxed ├── QmiIndicationPdcListConfigsOutput ╰── QmiIndicationPdcListConfigsOutputConfigsElement
QmiIndicationPdcListConfigsOutput *
qmi_indication_pdc_list_configs_output_ref
(QmiIndicationPdcListConfigsOutput *self
);
Atomically increments the reference count of self
by one.
Since: 1.18
void
qmi_indication_pdc_list_configs_output_unref
(QmiIndicationPdcListConfigsOutput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
Since: 1.18
gboolean qmi_indication_pdc_list_configs_output_get_configs (QmiIndicationPdcListConfigsOutput *self
,GArray **value_configs
,GError **error
);
Get the 'Configs' field from self
.
[skip]
self |
||
value_configs |
a placeholder for the output GArray of QmiIndicationPdcListConfigsOutputConfigsElement elements, or |
[out][optional][element-type QmiIndicationPdcListConfigsOutputConfigsElement][transfer none] |
error |
Return location for error or |
Since: 1.18
gboolean qmi_indication_pdc_list_configs_output_get_configs_gir (QmiIndicationPdcListConfigsOutput *self
,GPtrArray **value_configs_ptr
,GError **error
);
Get the 'Configs' field from self
.
Version of qmi_indication_pdc_list_configs_output_get_configs()
using arrays of pointers to
structs instead of arrays of structs, for easier binding in other languages.
[rename-to qmi_indication_pdc_list_configs_output_get_configs]
self |
||
value_configs_ptr |
a placeholder for the output array of QmiIndicationPdcListConfigsOutputConfigsElement elements, or |
[out][optional][element-type QmiIndicationPdcListConfigsOutputConfigsElement][transfer none] |
error |
Return location for error or |
Since: 1.32
gboolean qmi_indication_pdc_list_configs_output_get_indication_result (QmiIndicationPdcListConfigsOutput *self
,guint16 *value_indication_result
,GError **error
);
Get the 'Indication Result' field from self
.
Since: 1.18
gboolean qmi_indication_pdc_list_configs_output_get_token (QmiIndicationPdcListConfigsOutput *self
,guint32 *value_token
,GError **error
);
Get the 'Token' field from self
.
Since: 1.18
QmiIndicationPdcListConfigsOutput * qmi_indication_pdc_list_configs_indication_parse (QmiMessage *message
,GError **error
);
Parses a QmiMessage and builds a QmiIndicationPdcListConfigsOutput out of it. The operation fails if the message is of the wrong type.
a QmiIndicationPdcListConfigsOutput, or NULL
if error
is set. The returned value should be freed with qmi_indication_pdc_list_configs_output_unref()
.
Since: 1.34
typedef struct _QmiIndicationPdcListConfigsOutput QmiIndicationPdcListConfigsOutput;
The QmiIndicationPdcListConfigsOutput structure contains private data and should only be accessed using the provided API.
Since: 1.18
typedef struct { QmiPdcConfigurationType config_type; GArray *id; } QmiIndicationPdcListConfigsOutputConfigsElement;
A QmiIndicationPdcListConfigsOutputConfigsElement struct.
Since: 1.18