Top |
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
.
self |
||
value_configs |
a placeholder for the output GArray of QmiIndicationPdcListConfigsOutputConfigsElement elements, or |
[out][element-type QmiIndicationPdcListConfigsOutputConfigsElement][transfer none] |
error |
Return location for error or |
Since: 1.18
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
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