Top |
GBoxed ├── QmiIndicationUimRefreshOutput ╰── QmiIndicationUimRefreshOutputEventFilesElement
QmiIndicationUimRefreshOutput *
qmi_indication_uim_refresh_output_ref (QmiIndicationUimRefreshOutput *self
);
Atomically increments the reference count of self
by one.
Since: 1.28
void
qmi_indication_uim_refresh_output_unref
(QmiIndicationUimRefreshOutput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
Since: 1.28
gboolean qmi_indication_uim_refresh_output_get_event (QmiIndicationUimRefreshOutput *self
,QmiUimRefreshStage *value_event_stage
,QmiUimRefreshMode *value_event_mode
,QmiUimSessionType *value_event_session_type
,GArray **value_event_application_identifier
,GArray **value_event_files
,GError **error
);
Get the 'Event' field from self
.
[skip]
self |
||
value_event_stage |
a placeholder for the output QmiUimRefreshStage, or |
[out][optional] |
value_event_mode |
a placeholder for the output QmiUimRefreshMode, or |
[out][optional] |
value_event_session_type |
a placeholder for the output QmiUimSessionType, or |
[out][optional] |
value_event_application_identifier |
a placeholder for the output GArray of guint8 elements, or |
[out][optional][element-type guint8][transfer none] |
value_event_files |
a placeholder for the output GArray of QmiIndicationUimRefreshOutputEventFilesElement elements, or |
[out][optional][element-type QmiIndicationUimRefreshOutputEventFilesElement][transfer none] |
error |
Return location for error or |
Since: 1.28
gboolean qmi_indication_uim_refresh_output_get_event_gir (QmiIndicationUimRefreshOutput *self
,QmiUimRefreshStage *value_event_stage
,QmiUimRefreshMode *value_event_mode
,QmiUimSessionType *value_event_session_type
,GArray **value_event_application_identifier
,GPtrArray **value_event_files_ptr
,GError **error
);
Get the 'Event' field from self
.
Version of qmi_indication_uim_refresh_output_get_event()
using arrays of pointers to
structs instead of arrays of structs, for easier binding in other languages.
[rename-to qmi_indication_uim_refresh_output_get_event]
self |
||
value_event_stage |
a placeholder for the output QmiUimRefreshStage, or |
[out][optional] |
value_event_mode |
a placeholder for the output QmiUimRefreshMode, or |
[out][optional] |
value_event_session_type |
a placeholder for the output QmiUimSessionType, or |
[out][optional] |
value_event_application_identifier |
a placeholder for the output GArray of guint8 elements, or |
[out][optional][element-type guint8][transfer none] |
value_event_files_ptr |
a placeholder for the output array of QmiIndicationUimRefreshOutputEventFilesElement elements, or |
[out][optional][element-type QmiIndicationUimRefreshOutputEventFilesElement][transfer none] |
error |
Return location for error or |
Since: 1.32
QmiIndicationUimRefreshOutput * qmi_indication_uim_refresh_indication_parse (QmiMessage *message
,GError **error
);
Parses a QmiMessage and builds a QmiIndicationUimRefreshOutput out of it. The operation fails if the message is of the wrong type.
a QmiIndicationUimRefreshOutput, or NULL
if error
is set. The returned value should be freed with qmi_indication_uim_refresh_output_unref()
.
Since: 1.34
typedef struct _QmiIndicationUimRefreshOutput QmiIndicationUimRefreshOutput;
The QmiIndicationUimRefreshOutput structure contains private data and should only be accessed using the provided API.
Since: 1.28