| Top |  |  |  |  | 
| WDS Set LTE Attach PDN List indicationWDS Set LTE Attach PDN List indication — Methods to manage the WDS Set LTE Attach PDN List indication. | 
QmiIndicationWdsSetLteAttachPdnListOutput *
qmi_indication_wds_set_lte_attach_pdn_list_output_ref
                               (QmiIndicationWdsSetLteAttachPdnListOutput *self);
Atomically increments the reference count of self
 by one.
Since: 1.28
void
qmi_indication_wds_set_lte_attach_pdn_list_output_unref
                               (QmiIndicationWdsSetLteAttachPdnListOutput *self);
Atomically decrements the reference count of self
 by one.
If the reference count drops to 0, self
 is completely disposed.
Since: 1.28
gboolean qmi_indication_wds_set_lte_attach_pdn_list_output_get_action_result (QmiIndicationWdsSetLteAttachPdnListOutput *self,gboolean *value_action_result,GError **error);
Get the 'Action Result' field from self
.
| self | ||
| value_action_result | a placeholder for the output gboolean, or  | [out][optional] | 
| error | Return location for error or  | 
Since: 1.28
QmiIndicationWdsSetLteAttachPdnListOutput * qmi_indication_wds_set_lte_attach_pdn_list_indication_parse (QmiMessage *message,GError **error);
Parses a QmiMessage and builds a QmiIndicationWdsSetLteAttachPdnListOutput out of it. The operation fails if the message is of the wrong type.
 a QmiIndicationWdsSetLteAttachPdnListOutput, or NULL if error
is set. The returned value should be freed with qmi_indication_wds_set_lte_attach_pdn_list_output_unref().
Since: 1.34
typedef struct _QmiIndicationWdsSetLteAttachPdnListOutput QmiIndicationWdsSetLteAttachPdnListOutput;
The QmiIndicationWdsSetLteAttachPdnListOutput structure contains private data and should only be accessed using the provided API.
Since: 1.28