summaryrefslogtreecommitdiffstats
path: root/src/uca-plugin-manager.h
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-10-08 14:38:16 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-10-08 14:38:16 +0200
commitb3dbedeec78a55802565a3824ab52188e8b9bd4d (patch)
tree7529d8a8ce0a65ed94195631787c4cab6279709a /src/uca-plugin-manager.h
parentd58bbe683873d043f50c8261f4588d7941e9cb8c (diff)
downloaduca-b3dbedeec78a55802565a3824ab52188e8b9bd4d.tar.gz
uca-b3dbedeec78a55802565a3824ab52188e8b9bd4d.tar.bz2
uca-b3dbedeec78a55802565a3824ab52188e8b9bd4d.tar.xz
uca-b3dbedeec78a55802565a3824ab52188e8b9bd4d.zip
Generate introspection files
Unfortunately, the gir tools recognize anything with $PREFIX_new_$SUFFIX as some kind of constructor. This means that we have to rename uca_plugin_manager_new_camera() to uca_plugin_manager_get_camera().
Diffstat (limited to 'src/uca-plugin-manager.h')
-rw-r--r--src/uca-plugin-manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uca-plugin-manager.h b/src/uca-plugin-manager.h
index 9291857..6c3ab4e 100644
--- a/src/uca-plugin-manager.h
+++ b/src/uca-plugin-manager.h
@@ -55,7 +55,7 @@ void uca_plugin_manager_add_path (UcaPluginManager *manager
const gchar *path);
GList *uca_plugin_manager_get_available_cameras
(UcaPluginManager *manager);
-UcaCamera *uca_plugin_manager_new_camera (UcaPluginManager *manager,
+UcaCamera *uca_plugin_manager_get_camera (UcaPluginManager *manager,
const gchar *name,
GError **error);
GType uca_plugin_manager_get_type (void);