| Top |
IMSA Get IMS Registration Status responseIMSA Get IMS Registration Status response — Methods to manage the IMSA Get IMS Registration Status response. |
Collection of methods to create requests and parse responses of the IMSA Get IMS Registration Status message.
QmiMessageImsaGetImsRegistrationStatusOutput *
qmi_message_imsa_get_ims_registration_status_output_ref
(QmiMessageImsaGetImsRegistrationStatusOutput *self);
Atomically increments the reference count of self
by one.
Since: 1.34
void
qmi_message_imsa_get_ims_registration_status_output_unref
(QmiMessageImsaGetImsRegistrationStatusOutput *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_message_imsa_get_ims_registration_status_output_get_result (QmiMessageImsaGetImsRegistrationStatusOutput *self,GError **error);
Get the result of the QMI operation.
self |
a QmiMessageImsaGetImsRegistrationStatusOutput. |
|
error |
Return location for error or |
Since: 1.34
gboolean qmi_message_imsa_get_ims_registration_status_output_get_ims_registration_status (QmiMessageImsaGetImsRegistrationStatusOutput *self,QmiImsaImsRegistrationStatus *value_ims_registration_status,GError **error);
Get the 'IMS Registration Status' field from self
.
self |
||
value_ims_registration_status |
a placeholder for the output QmiImsaImsRegistrationStatus, or |
[out][optional] |
error |
Return location for error or |
Since: 1.34