diff options
author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2016-03-15 16:02:59 +0100 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2016-03-15 16:02:59 +0100 |
commit | f0d736e94d16921c2cbf2081baf9296c967cbe1d (patch) | |
tree | 2fccc4bbb815d90ec6d18c18782cc46775e90a3b /plugins/file/uca-file-camera.c | |
parent | f8d3dc2c2372b79c76d313696e98f9b2932f9ea6 (diff) | |
parent | 61054956f111b2fe18be59efc19e573d3d41efd7 (diff) | |
download | uca-f0d736e94d16921c2cbf2081baf9296c967cbe1d.tar.gz uca-f0d736e94d16921c2cbf2081baf9296c967cbe1d.tar.bz2 uca-f0d736e94d16921c2cbf2081baf9296c967cbe1d.tar.xz uca-f0d736e94d16921c2cbf2081baf9296c967cbe1d.zip |
Merge pull request #75 from saisasidhar/master
Building libuca for Windows
Diffstat (limited to 'plugins/file/uca-file-camera.c')
-rw-r--r-- | plugins/file/uca-file-camera.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/file/uca-file-camera.c b/plugins/file/uca-file-camera.c index 7bb3cb0..b89c5b6 100644 --- a/plugins/file/uca-file-camera.c +++ b/plugins/file/uca-file-camera.c @@ -354,7 +354,7 @@ uca_file_camera_init(UcaFileCamera *self) } G_MODULE_EXPORT GType -uca_camera_get_type (void) +camera_plugin_get_type (void) { return UCA_TYPE_FILE_CAMERA; } |