| Top |  |  |  |  | 
| VOICE Supplementary Service indicationVOICE Supplementary Service indication — Methods to manage the VOICE Supplementary Service indication. | 
QmiIndicationVoiceSupplementaryServiceOutput *
qmi_indication_voice_supplementary_service_output_ref
                               (QmiIndicationVoiceSupplementaryServiceOutput *self);
Atomically increments the reference count of self
 by one.
Since: 1.30
void
qmi_indication_voice_supplementary_service_output_unref
                               (QmiIndicationVoiceSupplementaryServiceOutput *self);
Atomically decrements the reference count of self
 by one.
If the reference count drops to 0, self
 is completely disposed.
Since: 1.30
gboolean qmi_indication_voice_supplementary_service_output_get_info (QmiIndicationVoiceSupplementaryServiceOutput *self,guint8 *value_info_call_id,QmiVoiceSupplementaryServiceNotificationType *value_info_notification_type,GError **error);
Get the 'Info' field from self
.
| self | ||
| value_info_call_id | a placeholder for the output guint8, or  | [out][optional] | 
| value_info_notification_type | a placeholder for the output QmiVoiceSupplementaryServiceNotificationType, or  | [out][optional] | 
| error | Return location for error or  | 
Since: 1.30
QmiIndicationVoiceSupplementaryServiceOutput * qmi_indication_voice_supplementary_service_indication_parse (QmiMessage *message,GError **error);
Parses a QmiMessage and builds a QmiIndicationVoiceSupplementaryServiceOutput out of it. The operation fails if the message is of the wrong type.
 a QmiIndicationVoiceSupplementaryServiceOutput, or NULL if error
is set. The returned value should be freed with qmi_indication_voice_supplementary_service_output_unref().
Since: 1.34
typedef struct _QmiIndicationVoiceSupplementaryServiceOutput QmiIndicationVoiceSupplementaryServiceOutput;
The QmiIndicationVoiceSupplementaryServiceOutput structure contains private data and should only be accessed using the provided API.
Since: 1.30