Skip to content

Commit

Permalink
camera: documentation annotation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelP committed Feb 17, 2023
1 parent a5b1176 commit e977fa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/arvcamera.c
Original file line number Diff line number Diff line change
Expand Up @@ -2003,7 +2003,7 @@ arv_camera_dup_available_components (ArvCamera *camera, guint *n_components, GEr
* @camera: a #ArvCamera
* @component: component to select
* @flags: a #ArvComponentSelectionFlags
* @component_id: (optional): a placeholder for the component id
* @component_id: (out) (optional): a placeholder for the component id
* @error: a #GError placeholder, %NULL to ignore
*
* Select and enable or disable the given @component.
Expand Down
2 changes: 1 addition & 1 deletion src/arvcamera.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ ARV_API const char ** arv_camera_dup_available_components (ArvCamera *came
ARV_API void arv_camera_select_and_enable_component (ArvCamera *camera, const char *component,
gboolean disable_others, GError **error);
ARV_API gboolean arv_camera_select_component (ArvCamera *camera, const char *component,
ArvComponentSelectionFlags flags, guint *id,
ArvComponentSelectionFlags flags, guint *component_id,
GError **error);

/* Transport layer control */
Expand Down

0 comments on commit e977fa4

Please sign in to comment.