summaryrefslogtreecommitdiffstats
path: root/src/uca-plugin-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uca-plugin-manager.c')
-rw-r--r--src/uca-plugin-manager.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/uca-plugin-manager.c b/src/uca-plugin-manager.c
index 5013981..7cb65b4 100644
--- a/src/uca-plugin-manager.c
+++ b/src/uca-plugin-manager.c
@@ -30,7 +30,7 @@
* By default, any path listed in the %UCA_CAMERA_PATH environment variable is
* added to the search path.
*
- * @Since: 1.1
+ * Since: 1.1
*/
#include <gio/gio.h>
#include <gmodule.h>
@@ -264,7 +264,7 @@ get_camera_type (UcaPluginManagerPrivate *priv,
* Create a new camera instance with camera @name.
*
* Returns: (transfer full): A new #UcaCamera object.
- * @Since: 1.2
+ * Since: 1.2
*/
UcaCamera *
uca_plugin_manager_get_camerav (UcaPluginManager *manager,
@@ -304,7 +304,7 @@ uca_plugin_manager_get_camerav (UcaPluginManager *manager,
* Create a new camera instance with camera @name.
*
* Returns: (transfer full): A new #UcaCamera object.
- * @Since: 1.2: Pass construction properties.
+ * Since: 1.2: Pass construction properties.
*/
UcaCamera *
uca_plugin_manager_get_camera (UcaPluginManager *manager,