[aravis] doc: warning fixes.



commit 9b82d07f1f98df8354c80b1b37bc3334b7be70cd
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Fri Jun 8 16:52:42 2012 +0200

    doc: warning fixes.

 docs/reference/aravis/aravis-sections.txt |    3 +++
 src/arvinterface.c                        |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/aravis/aravis-sections.txt b/docs/reference/aravis/aravis-sections.txt
index a93ae96..a8b908d 100644
--- a/docs/reference/aravis/aravis-sections.txt
+++ b/docs/reference/aravis/aravis-sections.txt
@@ -145,6 +145,7 @@ arv_shutdown
 arv_interface_update_device_list
 arv_interface_get_device_id
 arv_interface_get_device_physical_id
+arv_interface_get_device_address
 arv_interface_get_n_devices
 arv_interface_open_device
 <SUBSECTION Standard>
@@ -655,6 +656,8 @@ arv_gv_device_new
 arv_gv_device_get_timestamp_tick_frequency
 arv_gv_device_get_device_address
 arv_gv_device_get_interface_address
+arv_gv_device_get_packet_size
+arv_gv_device_set_packet_size
 <SUBSECTION Standard>
 ARV_GV_DEVICE
 ARV_IS_GV_DEVICE
diff --git a/src/arvinterface.c b/src/arvinterface.c
index 1d618d3..397bc4d 100644
--- a/src/arvinterface.c
+++ b/src/arvinterface.c
@@ -141,7 +141,7 @@ arv_interface_get_device_physical_id (ArvInterface *interface, unsigned int inde
  * arv_interface_get_device_address
  * @interface: a #ArvInterface
  * @index: device index
- * Return value: the device address
+ * Returns: (transfer none): the device address
  *
  * Returns the device address (IP address in the case of an ethernet camera). Useful
  * for constructing manual connections to devices using @arv_gv_device_new



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]