Method
QmiDeviceget_node
since: 1.28
Declaration [src]
QrtrNode*
qmi_device_get_node (
QmiDevice* self
)
Description [src]
Get the QrtrNode
associated with this QmiDevice
.
Available since: 1.28
Return value
Type: QrtrNode
A QrtrNode
that must be freed with g_object_unref()
or NULL
if none available.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |