Constructor
AravisFakeDevicenew
Declaration [src]
ArvDevice*
arv_fake_device_new (
const char* serial_number,
GError** error
)
Parameters
serial_number |
const char* |
Fake device serial number. |
|
| 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. |