Top |
QmiIndicationVoiceUssdOutput *
qmi_indication_voice_ussd_output_ref (QmiIndicationVoiceUssdOutput *self
);
Atomically increments the reference count of self
by one.
Since: 1.26
void
qmi_indication_voice_ussd_output_unref
(QmiIndicationVoiceUssdOutput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
Since: 1.26
gboolean qmi_indication_voice_ussd_output_get_uss_data_utf16 (QmiIndicationVoiceUssdOutput *self
,GArray **value_uss_data_utf16
,GError **error
);
Get the 'USS Data UTF16' field from self
.
Since: 1.26
gboolean qmi_indication_voice_ussd_output_get_uss_data (QmiIndicationVoiceUssdOutput *self
,QmiVoiceUssDataCodingScheme *value_uss_data_data_coding_scheme
,GArray **value_uss_data_data
,GError **error
);
Get the 'USS Data' field from self
.
self |
||
value_uss_data_data_coding_scheme |
a placeholder for the output QmiVoiceUssDataCodingScheme, or |
[out][optional] |
value_uss_data_data |
a placeholder for the output GArray of guint8 elements, or |
[out][optional][element-type guint8][transfer none] |
error |
Return location for error or |
Since: 1.26
gboolean qmi_indication_voice_ussd_output_get_user_action (QmiIndicationVoiceUssdOutput *self
,QmiVoiceUserAction *value_user_action
,GError **error
);
Get the 'User Action' field from self
.
self |
||
value_user_action |
a placeholder for the output QmiVoiceUserAction, or |
[out][optional] |
error |
Return location for error or |
Since: 1.26
QmiIndicationVoiceUssdOutput * qmi_indication_voice_ussd_indication_parse (QmiMessage *message
,GError **error
);
Parses a QmiMessage and builds a QmiIndicationVoiceUssdOutput out of it. The operation fails if the message is of the wrong type.
a QmiIndicationVoiceUssdOutput, or NULL
if error
is set. The returned value should be freed with qmi_indication_voice_ussd_output_unref()
.
Since: 1.34
typedef struct _QmiIndicationVoiceUssdOutput QmiIndicationVoiceUssdOutput;
The QmiIndicationVoiceUssdOutput structure contains private data and should only be accessed using the provided API.
Since: 1.26