![]() |
![]() |
![]() |
libqmi-glib Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
QmiIndicationVoiceAllCallStatusOutput; QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall; QmiIndicationVoiceAllCallStatusOutputCallInformationCall; QmiIndicationVoiceAllCallStatusOutput * qmi_indication_voice_all_call_status_output_ref (QmiIndicationVoiceAllCallStatusOutput *self
); void qmi_indication_voice_all_call_status_output_unref (QmiIndicationVoiceAllCallStatusOutput *self
); gboolean qmi_indication_voice_all_call_status_output_get_remote_party_number (QmiIndicationVoiceAllCallStatusOutput *self
,GArray **value_remote_party_number
,GError **error
); gboolean qmi_indication_voice_all_call_status_output_get_call_information (QmiIndicationVoiceAllCallStatusOutput *self
,GArray **value_call_information
,GError **error
);
typedef struct _QmiIndicationVoiceAllCallStatusOutput QmiIndicationVoiceAllCallStatusOutput;
The QmiIndicationVoiceAllCallStatusOutput structure contains private data and should only be accessed using the provided API.
typedef struct { guint8 id; QmiVoicePresentation presentation_indicator; gchar *type; } QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall;
A QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall struct.
a guint8. | |
QmiVoicePresentation |
a QmiVoicePresentation. |
a string. |
typedef struct { guint8 id; QmiVoiceCallState state; QmiVoiceCallType type; QmiVoiceCallDirection direction; QmiVoiceCallMode mode; gboolean multipart_indicator; QmiVoiceAls als; } QmiIndicationVoiceAllCallStatusOutputCallInformationCall;
A QmiIndicationVoiceAllCallStatusOutputCallInformationCall struct.
a guint8. | |
QmiVoiceCallState |
a QmiVoiceCallState. |
QmiVoiceCallType |
a QmiVoiceCallType. |
QmiVoiceCallDirection |
a QmiVoiceCallDirection. |
QmiVoiceCallMode |
a QmiVoiceCallMode. |
a gboolean. | |
QmiVoiceAls |
a QmiVoiceAls. |
QmiIndicationVoiceAllCallStatusOutput * qmi_indication_voice_all_call_status_output_ref
(QmiIndicationVoiceAllCallStatusOutput *self
);
Atomically increments the reference count of self
by one.
|
a QmiIndicationVoiceAllCallStatusOutput. |
Returns : |
the new reference to self . |
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.
|
a QmiIndicationVoiceAllCallStatusOutput. |
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
.
|
a QmiIndicationVoiceAllCallStatusOutput. |
|
a placeholder for the output GArray of QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall elements, or NULL if not required. Do not free it, it is owned by self . |
|
Return location for error or NULL . |
Returns : |
TRUE if the field is found, FALSE otherwise. |
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
.
|
a QmiIndicationVoiceAllCallStatusOutput. |
|
a placeholder for the output GArray of QmiIndicationVoiceAllCallStatusOutputCallInformationCall elements, or NULL if not required. Do not free it, it is owned by self . |
|
Return location for error or NULL . |
Returns : |
TRUE if the field is found, FALSE otherwise. |