Constructor
AravisUvDevicenew_from_guid
Declaration [src]
ArvDevice*
arv_uv_device_new_from_guid (
const char* guid,
GError** error
)
Parameters
guid |
const char* |
Device GUID. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | ArvDevice |
A newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |