Top |
QmiIndicationPdcRefreshOutput *
qmi_indication_pdc_refresh_output_ref (QmiIndicationPdcRefreshOutput *self
);
Atomically increments the reference count of self
by one.
Since: 1.32
void
qmi_indication_pdc_refresh_output_unref
(QmiIndicationPdcRefreshOutput *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_pdc_refresh_output_get_slot_id (QmiIndicationPdcRefreshOutput *self
,guint32 *value_slot_id
,GError **error
);
Get the 'Slot ID' field from self
.
Since: 1.32
gboolean qmi_indication_pdc_refresh_output_get_subscription_id (QmiIndicationPdcRefreshOutput *self
,guint32 *value_subscription_id
,GError **error
);
Get the 'Subscription ID' field from self
.
Since: 1.32
gboolean qmi_indication_pdc_refresh_output_get_refresh_event (QmiIndicationPdcRefreshOutput *self
,QmiPdcRefreshEventType *value_refresh_event
,GError **error
);
Get the 'Refresh Event' field from self
.
self |
||
value_refresh_event |
a placeholder for the output QmiPdcRefreshEventType, or |
[out][optional] |
error |
Return location for error or |
Since: 1.32
QmiIndicationPdcRefreshOutput * qmi_indication_pdc_refresh_indication_parse (QmiMessage *message
,GError **error
);
Parses a QmiMessage and builds a QmiIndicationPdcRefreshOutput out of it. The operation fails if the message is of the wrong type.
a QmiIndicationPdcRefreshOutput, or NULL
if error
is set. The returned value should be freed with qmi_indication_pdc_refresh_output_unref()
.
Since: 1.34
typedef struct _QmiIndicationPdcRefreshOutput QmiIndicationPdcRefreshOutput;
The QmiIndicationPdcRefreshOutput structure contains private data and should only be accessed using the provided API.
Since: 1.32