Skip to content

Commit e977fa4

Browse files
committed
camera: documentation annotation fixes
1 parent a5b1176 commit e977fa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/arvcamera.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2003,7 +2003,7 @@ arv_camera_dup_available_components (ArvCamera *camera, guint *n_components, GEr
20032003
* @camera: a #ArvCamera
20042004
* @component: component to select
20052005
* @flags: a #ArvComponentSelectionFlags
2006-
* @component_id: (optional): a placeholder for the component id
2006+
* @component_id: (out) (optional): a placeholder for the component id
20072007
* @error: a #GError placeholder, %NULL to ignore
20082008
*
20092009
* Select and enable or disable the given @component.

src/arvcamera.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ ARV_API const char ** arv_camera_dup_available_components (ArvCamera *came
163163
ARV_API void arv_camera_select_and_enable_component (ArvCamera *camera, const char *component,
164164
gboolean disable_others, GError **error);
165165
ARV_API gboolean arv_camera_select_component (ArvCamera *camera, const char *component,
166-
ArvComponentSelectionFlags flags, guint *id,
166+
ArvComponentSelectionFlags flags, guint *component_id,
167167
GError **error);
168168

169169
/* Transport layer control */

0 commit comments

Comments
 (0)