| Top |  |  |  |  | 
| WDS Profile Changed indicationWDS Profile Changed indication — Methods to manage the WDS Profile Changed indication. | 
QmiIndicationWdsProfileChangedOutput *
qmi_indication_wds_profile_changed_output_ref
                               (QmiIndicationWdsProfileChangedOutput *self);
Atomically increments the reference count of self
 by one.
Since: 1.34
void
qmi_indication_wds_profile_changed_output_unref
                               (QmiIndicationWdsProfileChangedOutput *self);
Atomically decrements the reference count of self
 by one.
If the reference count drops to 0, self
 is completely disposed.
Since: 1.34
gboolean qmi_indication_wds_profile_changed_output_get_profile_event (QmiIndicationWdsProfileChangedOutput *self,QmiWdsProfileType *value_profile_event_profile_type,guint8 *value_profile_event_profile_index,QmiWdsProfileChangeEvent *value_profile_event_change_event,GError **error);
Get the 'Profile Event' field from self
.
| self | ||
| value_profile_event_profile_type | a placeholder for the output QmiWdsProfileType, or  | [out][optional] | 
| value_profile_event_profile_index | a placeholder for the output guint8, or  | [out][optional] | 
| value_profile_event_change_event | a placeholder for the output QmiWdsProfileChangeEvent, or  | [out][optional] | 
| error | Return location for error or  | 
Since: 1.34
QmiIndicationWdsProfileChangedOutput * qmi_indication_wds_profile_changed_indication_parse (QmiMessage *message,GError **error);
Parses a QmiMessage and builds a QmiIndicationWdsProfileChangedOutput out of it. The operation fails if the message is of the wrong type.
 a QmiIndicationWdsProfileChangedOutput, or NULL if error
is set. The returned value should be freed with qmi_indication_wds_profile_changed_output_unref().
Since: 1.34
typedef struct _QmiIndicationWdsProfileChangedOutput QmiIndicationWdsProfileChangedOutput;
The QmiIndicationWdsProfileChangedOutput structure contains private data and should only be accessed using the provided API.
Since: 1.34