Skip to content

Commit

Permalink
doc: add 'since' date for the new API
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelP committed Feb 12, 2025
1 parent 2c5730c commit ede6a5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/arvgvinterface.c
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,8 @@ _get_instance (void)
*
* A call to [[email protected]_device_list] may be necessary after the discovery interface has changed, in order to
* forget the previously discovered devices.
*
* Since: 0.8.34
*/

void
Expand Down Expand Up @@ -825,6 +827,8 @@ arv_gv_interface_set_discovery_interface_name (const char *discovery_interface)
*
* Returns: the name of the interface used for device discovery, %NULL if discovery is performed on all the available
* interfaces.
*
* Since: 0.8.34
*/

char *
Expand Down

0 comments on commit ede6a5a

Please sign in to comment.