| Top | 
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
.
self  | 
||
value_remote_party_number  | 
a placeholder for the output GArray of QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall elements, or   | 
|
error  | 
Return location for error or   | 
Since: 1.14
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
.
self  | 
||
value_call_information  | 
a placeholder for the output GArray of QmiIndicationVoiceAllCallStatusOutputCallInformationCall elements, or   | 
|
error  | 
Return location for error or   | 
Since: 1.14
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.
guint8   | 
a guint8.  | 
|
QmiVoiceCallState   | 
||
QmiVoiceCallType   | 
||
QmiVoiceCallDirection   | 
||
QmiVoiceCallMode   | 
||
gboolean   | 
a gboolean.  | 
|
QmiVoiceAls   | 
a QmiVoiceAls.  | 
Since: 1.14