summaryrefslogtreecommitdiffstats
path: root/src/uca-camera.c
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-04-18 16:50:37 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-04-18 16:50:53 +0200
commitc53b59cb2519ac85e06b6de3fa60d5d21ca03a71 (patch)
tree51a0869d8aac618d2b786ea50b10b46eb638b760 /src/uca-camera.c
parent92ac304516c3929a2c3590686375f6d7a1f605c5 (diff)
downloaduca-c53b59cb2519ac85e06b6de3fa60d5d21ca03a71.tar.gz
uca-c53b59cb2519ac85e06b6de3fa60d5d21ca03a71.tar.bz2
uca-c53b59cb2519ac85e06b6de3fa60d5d21ca03a71.tar.xz
uca-c53b59cb2519ac85e06b6de3fa60d5d21ca03a71.zip
Generate documentation with gtk-doc
Diffstat (limited to 'src/uca-camera.c')
-rw-r--r--src/uca-camera.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/uca-camera.c b/src/uca-camera.c
index 5a30689..bcfe828 100644
--- a/src/uca-camera.c
+++ b/src/uca-camera.c
@@ -326,11 +326,11 @@ gchar **uca_camera_get_types()
/**
* uca_camera_new:
- * @param type: Type name of the camera
+ * @type: Type name of the camera
* @error: Location to store an error or %NULL
*
* Factory method for instantiating cameras by names listed in
- * uca_camera_get_type().
+ * uca_camera_get_types().
*
* Returns: A new #UcaCamera of the correct type or %NULL if type was not found
*/
@@ -481,7 +481,8 @@ void uca_camera_start_readout(UcaCamera *camera, GError **error)
/**
* uca_camera_set_grab_func:
* @camera: A #UcaCamera object
- * func: A #UcaCameraGrabFunc callback function
+ * @func: A #UcaCameraGrabFunc callback function
+ * @user_data: Data that is passed on to #func
*
* Set the grab function that is called whenever a frame is readily transfered.
*/