Top |
WMS SMSC Address indicationWMS SMSC Address indication — Methods to manage the WMS SMSC Address indication. |
QmiIndicationWmsSmscAddressOutput *
qmi_indication_wms_smsc_address_output_ref
(QmiIndicationWmsSmscAddressOutput *self
);
Atomically increments the reference count of self
by one.
Since: 1.14
void
qmi_indication_wms_smsc_address_output_unref
(QmiIndicationWmsSmscAddressOutput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
Since: 1.14
gboolean qmi_indication_wms_smsc_address_output_get_address (QmiIndicationWmsSmscAddressOutput *self
,const gchar **value_address_type
,const gchar **value_address_digits
,GError **error
);
Get the 'Address' field from self
.
Since: 1.14
QmiIndicationWmsSmscAddressOutput * qmi_indication_wms_smsc_address_indication_parse (QmiMessage *message
,GError **error
);
Parses a QmiMessage and builds a QmiIndicationWmsSmscAddressOutput out of it. The operation fails if the message is of the wrong type.
a QmiIndicationWmsSmscAddressOutput, or NULL
if error
is set. The returned value should be freed with qmi_indication_wms_smsc_address_output_unref()
.
Since: 1.34
typedef struct _QmiIndicationWmsSmscAddressOutput QmiIndicationWmsSmscAddressOutput;
The QmiIndicationWmsSmscAddressOutput structure contains private data and should only be accessed using the provided API.
Since: 1.14