Method
QmiDevicepeek_node
since: 1.28
Declaration [src]
QrtrNode*
qmi_device_peek_node (
QmiDevice* self
)
Description [src]
Get the QrtrNode
associated with this QmiDevice
, without increasing the
reference count on the returned object.
Available since: 1.28
Return value
Type: QrtrNode
A QrtrNode
or NULL
if none available. Do not free the returned object, it is owned by self
.
The returned data is owned by the instance. |