Method
QmiDeviceget_service_version_info
since: 1.6
Declaration [src]
void
qmi_device_get_service_version_info (
QmiDevice* self,
guint timeout,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description [src]
Asynchronously requests the service version information of the device.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call qmi_device_get_service_version_info_finish() to get the result of the operation.
Available since: 1.6
This method completes asynchronously. Use qmi_device_get_service_version_info_finish() inside the GAsyncReadyCallback to obtain the result of the operation.
Parameters
timeout-
Type:
guintMaximum time to wait for the method to complete, in seconds.
cancellable-
Type:
GCancellableA
GCancellableorNULL.The argument can be NULL.The data is owned by the caller of the method. callback-
Type:
GAsyncReadyCallbackA
GAsyncReadyCallbackto call when the request is satisfied.The argument can be NULL. user_data-
Type:
gpointerUser data to pass to
callback.The argument can be NULL.The data is owned by the caller of the method.