Method
AravisCameraget_height_bounds
Declaration [src]
void
arv_camera_get_height_bounds (
ArvCamera* camera,
gint* min,
gint* max,
GError** error
)
Parameters
min |
gint* |
Minimum height. |
|
The argument will be set by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. | |
max |
gint* |
Maximum height. |
|
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 . |