diff options
author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-10-19 10:39:40 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-10-19 10:39:40 +0200 |
commit | 7fe0adeb842c3aa47b380a9290465b1250025878 (patch) | |
tree | 9920c607514bb28b28308bacd417840e7a427638 /src/uca-plugin-manager.c | |
parent | a7a48c55df8dc3e34a2ce50b18b70c0cd101766d (diff) | |
download | uca-7fe0adeb842c3aa47b380a9290465b1250025878.tar.gz uca-7fe0adeb842c3aa47b380a9290465b1250025878.tar.bz2 uca-7fe0adeb842c3aa47b380a9290465b1250025878.tar.xz uca-7fe0adeb842c3aa47b380a9290465b1250025878.zip |
Update uca_plugin_manager_get_camera annotation
Diffstat (limited to 'src/uca-plugin-manager.c')
-rw-r--r-- | src/uca-plugin-manager.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/uca-plugin-manager.c b/src/uca-plugin-manager.c index 373ccb2..e99f478 100644 --- a/src/uca-plugin-manager.c +++ b/src/uca-plugin-manager.c @@ -209,10 +209,14 @@ find_camera_module_path (GList *search_paths, const gchar *name) } /** - * uca_plugin_manager_new_camera: + * uca_plugin_manager_get_camera: * @manager: A #UcaPluginManager * @name: Name of the camera module, that maps to libuca<name>.so * @error: Location for a #GError + * + * Create a new camera instance with camera @name. + * + * Returns: (transfer full): A new #UcaCamera object. */ UcaCamera * uca_plugin_manager_get_camera (UcaPluginManager *manager, |