Method
AravisCameraget_y_offset_bounds
Declaration [src]
void
arv_camera_get_y_offset_bounds (
ArvCamera* camera,
gint* min,
gint* max,
GError** error
)
Parameters
min |
gint* |
Minimum offset. |
|
The argument will be set by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. | |
max |
gint* |
Maximum offset. |
|
The argument will be set by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. | |
error |
GError ** |
The return location for a GError* , or NULL . |