Top |
WDS Extended Ip Config indicationWDS Extended Ip Config indication — Methods to manage the WDS Extended Ip Config indication. |
QmiIndicationWdsExtendedIpConfigOutput *
qmi_indication_wds_extended_ip_config_output_ref
(QmiIndicationWdsExtendedIpConfigOutput *self
);
Atomically increments the reference count of self
by one.
Since: 1.32
void
qmi_indication_wds_extended_ip_config_output_unref
(QmiIndicationWdsExtendedIpConfigOutput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
Since: 1.32
gboolean qmi_indication_wds_extended_ip_config_output_get_changed_ip_configuration (QmiIndicationWdsExtendedIpConfigOutput *self
,QmiWdsRequestedSettings *value_changed_ip_configuration
,GError **error
);
Get the 'Changed IP Configuration' field from self
.
self |
||
value_changed_ip_configuration |
a placeholder for the output QmiWdsRequestedSettings, or |
[out][optional] |
error |
Return location for error or |
Since: 1.32
QmiIndicationWdsExtendedIpConfigOutput * qmi_indication_wds_extended_ip_config_indication_parse (QmiMessage *message
,GError **error
);
Parses a QmiMessage and builds a QmiIndicationWdsExtendedIpConfigOutput out of it. The operation fails if the message is of the wrong type.
a QmiIndicationWdsExtendedIpConfigOutput, or NULL
if error
is set. The returned value should be freed with qmi_indication_wds_extended_ip_config_output_unref()
.
Since: 1.34
typedef struct _QmiIndicationWdsExtendedIpConfigOutput QmiIndicationWdsExtendedIpConfigOutput;
The QmiIndicationWdsExtendedIpConfigOutput structure contains private data and should only be accessed using the provided API.
Since: 1.32