Top |
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
.
self |
||
value_event_stage |
a placeholder for the output QmiUimRefreshStage, or |
[out] |
value_event_mode |
a placeholder for the output QmiUimRefreshMode, or |
[out] |
value_event_session_type |
a placeholder for the output QmiUimSessionType, or |
[out] |
value_event_application_identifier |
a placeholder for the output GArray of guint8 elements, or |
[out][element-type guint8][transfer none] |
value_event_files |
a placeholder for the output GArray of QmiIndicationUimRefreshOutputEventFilesElement elements, or |
[out][element-type QmiIndicationUimRefreshOutputEventFilesElement][transfer none] |
error |
Return location for error or |
Since: 1.28
typedef struct _QmiIndicationUimRefreshOutput QmiIndicationUimRefreshOutput;
The QmiIndicationUimRefreshOutput structure contains private data and should only be accessed using the provided API.
Since: 1.28