summaryrefslogtreecommitdiffstats
path: root/bin/tools/common.h
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2016-04-01 16:23:27 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2016-04-01 16:23:27 +0200
commitb83e7a311580e9c0ed7bd58637b01c10d4b4f8a3 (patch)
tree03305140e9fb17885b83c25bfd91081119ece146 /bin/tools/common.h
parentfa3f523af9ac95945af59bdaa729d71d79327a76 (diff)
downloaduca-b83e7a311580e9c0ed7bd58637b01c10d4b4f8a3.tar.gz
uca-b83e7a311580e9c0ed7bd58637b01c10d4b4f8a3.tar.bz2
uca-b83e7a311580e9c0ed7bd58637b01c10d4b4f8a3.tar.xz
uca-b83e7a311580e9c0ed7bd58637b01c10d4b4f8a3.zip
cli: pass -p/--property assignment to constructor
Diffstat (limited to 'bin/tools/common.h')
-rw-r--r--bin/tools/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/tools/common.h b/bin/tools/common.h
index 5609e22..51e2c41 100644
--- a/bin/tools/common.h
+++ b/bin/tools/common.h
@@ -22,7 +22,7 @@
#include "uca-plugin-manager.h"
-GOptionContext *uca_option_context_new (UcaPluginManager *manager);
-
+GOptionContext *uca_common_context_new (UcaPluginManager *manager);
+UcaCamera *uca_common_get_camera (UcaPluginManager *manager, const gchar *name, GError **error);
#endif