summaryrefslogtreecommitdiffstats
path: root/src/uca-camera.h
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2015-10-21 08:47:57 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2015-10-21 08:47:57 +0200
commitaff780afa3866e8e1f64fcc7ce46722d404852ef (patch)
treeace5e9cecb96c69dfd42f3600414c17d30aac158 /src/uca-camera.h
parentbb4d097604873b989318b0420f42da65b02e8860 (diff)
downloadlibuca-aff780afa3866e8e1f64fcc7ce46722d404852ef.tar.gz
libuca-aff780afa3866e8e1f64fcc7ce46722d404852ef.tar.bz2
libuca-aff780afa3866e8e1f64fcc7ce46722d404852ef.tar.xz
libuca-aff780afa3866e8e1f64fcc7ce46722d404852ef.zip
Add uca_camera_parse_arg_props
Sets properties from a list of `prop=value` strings.
Diffstat (limited to 'src/uca-camera.h')
-rw-r--r--src/uca-camera.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/uca-camera.h b/src/uca-camera.h
index 45b48ca..d98a871 100644
--- a/src/uca-camera.h
+++ b/src/uca-camera.h
@@ -149,6 +149,10 @@ struct _UcaCameraClass {
UcaCamera * uca_camera_new (const gchar *type,
GError **error);
+gboolean uca_camera_parse_arg_props (UcaCamera *camera,
+ gchar **argv,
+ guint argc,
+ GError **error);
void uca_camera_start_recording (UcaCamera *camera,
GError **error);
void uca_camera_stop_recording (UcaCamera *camera,