Skip to content

Commit

Permalink
doc: add missing version informations
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelP committed Apr 21, 2021
1 parent 0d51bb1 commit a9c4b93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/arvdebug.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ arv_verbosely_log (ArvDebugCategory category, const char *format, ...)
* arv_debug_enable ("gvcp:3,genicam");
* </programlisting></informalexample>
*
* Returns: %TRUE on success
* Returns: Since 0.8.8, %TRUE on success
*/

gboolean
Expand Down
2 changes: 1 addition & 1 deletion src/arvgc.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ typedef enum {
* ArvRangeCheckPolicy:
* @ARV_RANGE_CHECK_POLICY_DISABLE: never check if float or integer node value is in min/max range
* @ARV_RANGE_CHECK_POLICY_ENABLE: always check if if float or integer node is in min/max range
* @ARV_RANGE_CHECK_POLICY_DEBUG: check the value, but only display an error message if the value is not allowed
* @ARV_RANGE_CHECK_POLICY_DEBUG: check the value, but only display an error message if the value is not allowed (Since 0.8.8)
* @ARV_RANGE_CHECK_POLICY_DEFAULT: default range check policy
*
* Since: 0.8.6
Expand Down
2 changes: 1 addition & 1 deletion src/arvgvdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ G_BEGIN_DECLS
* @ARV_GV_PACKET_SIZE_ADJUSTMENT_ON_FAILURE: adjust packet size if test packet check fails with current packet size
* @ARV_GV_PACKET_SIZE_ADJUSTMENT_ONCE: adjust packet size on the first stream creation
* @ARV_GV_PACKET_SIZE_ADJUSTMENT_ALWAYS: always adjust the stream packet size
* @ARV_GV_PACKET_SIZE_ADJUSTMENT_DEFAULT: default adjustment, which is ON_FAILURE_ONCE
* @ARV_GV_PACKET_SIZE_ADJUSTMENT_DEFAULT: default adjustment, which is ON_FAILURE_ONCE (Since 0.8.8)
*/

typedef enum
Expand Down

0 comments on commit a9c4b93

Please sign in to comment.