diff options
author | Mihael Koep <koep@schneide.com> | 2012-10-19 16:08:05 +0200 |
---|---|---|
committer | Mihael Koep <koep@schneide.com> | 2012-10-19 16:08:05 +0200 |
commit | 420839db21e0bb60f6be72f1924af74b0ffe8224 (patch) | |
tree | 92b5d777f2d52d46da92b9e3793eab05d13f7d4f /src/cameras/uca-pco-camera.h | |
parent | b73c7a9550a39566b881244d95cd0cb2a97e82b3 (diff) | |
parent | ee6b7a941f7ef7cdcc92c04b80a683d7370f52bd (diff) | |
download | uca-420839db21e0bb60f6be72f1924af74b0ffe8224.tar.gz uca-420839db21e0bb60f6be72f1924af74b0ffe8224.tar.bz2 uca-420839db21e0bb60f6be72f1924af74b0ffe8224.tar.xz uca-420839db21e0bb60f6be72f1924af74b0ffe8224.zip |
Merge remote branch 'origin/1.0' into dexela
Conflicts:
CMakeLists.txt
Diffstat (limited to 'src/cameras/uca-pco-camera.h')
-rw-r--r-- | src/cameras/uca-pco-camera.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cameras/uca-pco-camera.h b/src/cameras/uca-pco-camera.h index 87f4277..fdb709a 100644 --- a/src/cameras/uca-pco-camera.h +++ b/src/cameras/uca-pco-camera.h @@ -21,6 +21,8 @@ #include <glib-object.h> #include "uca-camera.h" +G_BEGIN_DECLS + #define UCA_TYPE_PCO_CAMERA (uca_pco_camera_get_type()) #define UCA_PCO_CAMERA(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), UCA_TYPE_PCO_CAMERA, UcaPcoCamera)) #define UCA_IS_PCO_CAMERA(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), UCA_TYPE_PCO_CAMERA)) @@ -86,4 +88,6 @@ UcaPcoCamera *uca_pco_camera_new(GError **error); GType uca_pco_camera_get_type(void); +G_END_DECLS + #endif |