diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2016-04-01 16:23:27 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2016-04-01 16:23:27 +0200 |
commit | b83e7a311580e9c0ed7bd58637b01c10d4b4f8a3 (patch) | |
tree | 03305140e9fb17885b83c25bfd91081119ece146 /bin/tools/common.h | |
parent | fa3f523af9ac95945af59bdaa729d71d79327a76 (diff) | |
download | libuca-b83e7a311580e9c0ed7bd58637b01c10d4b4f8a3.tar.gz libuca-b83e7a311580e9c0ed7bd58637b01c10d4b4f8a3.tar.bz2 libuca-b83e7a311580e9c0ed7bd58637b01c10d4b4f8a3.tar.xz libuca-b83e7a311580e9c0ed7bd58637b01c10d4b4f8a3.zip |
cli: pass -p/--property assignment to constructor
Diffstat (limited to 'bin/tools/common.h')
-rw-r--r-- | bin/tools/common.h | 4 |
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 |