| Top |  |  |  |  | 
| VOICE All Call Status indicationVOICE All Call Status indication — Methods to manage the VOICE All Call Status indication. | 
GBoxed ├── QmiIndicationVoiceAllCallStatusOutput ├── QmiIndicationVoiceAllCallStatusOutputCallInformationCall ╰── QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall
QmiIndicationVoiceAllCallStatusOutput *
qmi_indication_voice_all_call_status_output_ref
                               (QmiIndicationVoiceAllCallStatusOutput *self);
Atomically increments the reference count of self
 by one.
Since: 1.14
void
qmi_indication_voice_all_call_status_output_unref
                               (QmiIndicationVoiceAllCallStatusOutput *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_voice_all_call_status_output_get_remote_party_number (QmiIndicationVoiceAllCallStatusOutput *self,GArray **value_remote_party_number,GError **error);
Get the 'Remote Party Number' field from self
.
[skip]
| self | ||
| value_remote_party_number | a placeholder for the output GArray of QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall elements, or  | [out][optional][element-type QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall][transfer none] | 
| error | Return location for error or  | 
Since: 1.14
gboolean qmi_indication_voice_all_call_status_output_get_remote_party_number_gir (QmiIndicationVoiceAllCallStatusOutput *self,GPtrArray **value_remote_party_number_ptr,GError **error);
Get the 'Remote Party Number' field from self
.
Version of qmi_indication_voice_all_call_status_output_get_remote_party_number() using arrays of pointers to
structs instead of arrays of structs, for easier binding in other languages.
[rename-to qmi_indication_voice_all_call_status_output_get_remote_party_number]
| self | ||
| value_remote_party_number_ptr | a placeholder for the output array of QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall elements, or  | [out][optional][element-type QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall][transfer none] | 
| error | Return location for error or  | 
Since: 1.32
gboolean qmi_indication_voice_all_call_status_output_get_call_information (QmiIndicationVoiceAllCallStatusOutput *self,GArray **value_call_information,GError **error);
Get the 'Call Information' field from self
.
[skip]
| self | ||
| value_call_information | a placeholder for the output GArray of QmiIndicationVoiceAllCallStatusOutputCallInformationCall elements, or  | [out][optional][element-type QmiIndicationVoiceAllCallStatusOutputCallInformationCall][transfer none] | 
| error | Return location for error or  | 
Since: 1.14
gboolean qmi_indication_voice_all_call_status_output_get_call_information_gir (QmiIndicationVoiceAllCallStatusOutput *self,GPtrArray **value_call_information_ptr,GError **error);
Get the 'Call Information' field from self
.
Version of qmi_indication_voice_all_call_status_output_get_call_information() using arrays of pointers to
structs instead of arrays of structs, for easier binding in other languages.
[rename-to qmi_indication_voice_all_call_status_output_get_call_information]
| self | ||
| value_call_information_ptr | a placeholder for the output array of QmiIndicationVoiceAllCallStatusOutputCallInformationCall elements, or  | [out][optional][element-type QmiIndicationVoiceAllCallStatusOutputCallInformationCall][transfer none] | 
| error | Return location for error or  | 
Since: 1.32
QmiIndicationVoiceAllCallStatusOutput * qmi_indication_voice_all_call_status_indication_parse (QmiMessage *message,GError **error);
Parses a QmiMessage and builds a QmiIndicationVoiceAllCallStatusOutput out of it. The operation fails if the message is of the wrong type.
 a QmiIndicationVoiceAllCallStatusOutput, or NULL if error
is set. The returned value should be freed with qmi_indication_voice_all_call_status_output_unref().
Since: 1.34
typedef struct _QmiIndicationVoiceAllCallStatusOutput QmiIndicationVoiceAllCallStatusOutput;
The QmiIndicationVoiceAllCallStatusOutput structure contains private data and should only be accessed using the provided API.
Since: 1.14
typedef struct {
    guint8 id;
    QmiVoicePresentation presentation_indicator;
    gchar *type;
} QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall;
A QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall struct.
Since: 1.14
typedef struct {
    guint8 id;
    QmiVoiceCallState state;
    QmiVoiceCallType type;
    QmiVoiceCallDirection direction;
    QmiVoiceCallMode mode;
    gboolean multipart_indicator;
    QmiVoiceAls als;
} QmiIndicationVoiceAllCallStatusOutputCallInformationCall;
A QmiIndicationVoiceAllCallStatusOutputCallInformationCall struct.
| a guint8. | ||
| QmiVoiceCallState  | ||
| QmiVoiceCallType  | ||
| QmiVoiceCallDirection  | ||
| QmiVoiceCallMode  | ||
| a gboolean. | ||
| QmiVoiceAls  | a QmiVoiceAls. | 
Since: 1.14