summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2012-01-27 13:05:48 +0100
committerStefan Sauer <ensonic@users.sf.net>2012-01-27 13:07:27 +0100
commit7e77b105e01e1d489fccedcac41c25905e73c253 (patch)
treef62ea0b8f11e396101a0d13d801f3d520acf7bef /libs
parent21455d35b13cb7e6ed225b81bdaf566158b14350 (diff)
controller: no fancy utf8 chars in the gi annotations
Diffstat (limited to 'libs')
-rw-r--r--libs/gst/controller/gstcontrolbindingargb.c2
-rw-r--r--libs/gst/controller/gstcontrolbindingdirect.c2
-rw-r--r--libs/gst/controller/gstinterpolationcontrolsource.c2
-rw-r--r--libs/gst/controller/gstlfocontrolsource.c2
-rw-r--r--libs/gst/controller/gsttriggercontrolsource.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/libs/gst/controller/gstcontrolbindingargb.c b/libs/gst/controller/gstcontrolbindingargb.c
index f61fe30bc..81867608c 100644
--- a/libs/gst/controller/gstcontrolbindingargb.c
+++ b/libs/gst/controller/gstcontrolbindingargb.c
@@ -390,7 +390,7 @@ gst_control_binding_argb_get_value_array (GstControlBinding * _self,
* Create a new control-binding that attaches the given #GstControlSource to the
* #GObject property.
*
- * Returns: (transfer·floating): the new #GstControlBindingARGB
+ * Returns: (transfer floating): the new #GstControlBindingARGB
*/
GstControlBinding *
gst_control_binding_argb_new (GstObject * object, const gchar * property_name,
diff --git a/libs/gst/controller/gstcontrolbindingdirect.c b/libs/gst/controller/gstcontrolbindingdirect.c
index c56354e1c..508257e57 100644
--- a/libs/gst/controller/gstcontrolbindingdirect.c
+++ b/libs/gst/controller/gstcontrolbindingdirect.c
@@ -376,7 +376,7 @@ gst_control_binding_direct_get_value_array (GstControlBinding * _self,
* Create a new control-binding that attaches the #GstControlSource to the
* #GObject property.
*
- * Returns: (transfer·floating): the new #GstControlBindingDirect
+ * Returns: (transfer floating): the new #GstControlBindingDirect
*/
GstControlBinding *
gst_control_binding_direct_new (GstObject * object, const gchar * property_name,
diff --git a/libs/gst/controller/gstinterpolationcontrolsource.c b/libs/gst/controller/gstinterpolationcontrolsource.c
index 943f9b777..0692a06f4 100644
--- a/libs/gst/controller/gstinterpolationcontrolsource.c
+++ b/libs/gst/controller/gstinterpolationcontrolsource.c
@@ -510,7 +510,7 @@ struct _GstInterpolationControlSourcePrivate
*
* This returns a new, unbound #GstInterpolationControlSource.
*
- * Returns: (transfer·full): a new, unbound #GstInterpolationControlSource.
+ * Returns: (transfer full): a new, unbound #GstInterpolationControlSource.
*/
GstInterpolationControlSource *
gst_interpolation_control_source_new (void)
diff --git a/libs/gst/controller/gstlfocontrolsource.c b/libs/gst/controller/gstlfocontrolsource.c
index 59ea3b004..987caf42c 100644
--- a/libs/gst/controller/gstlfocontrolsource.c
+++ b/libs/gst/controller/gstlfocontrolsource.c
@@ -416,7 +416,7 @@ gst_lfo_control_source_reset (GstLFOControlSource * self)
*
* This returns a new, unbound #GstLFOControlSource.
*
- * Returns: (transfer·full): a new, unbound #GstLFOControlSource.
+ * Returns: (transfer full): a new, unbound #GstLFOControlSource.
*/
GstLFOControlSource *
gst_lfo_control_source_new (void)
diff --git a/libs/gst/controller/gsttriggercontrolsource.c b/libs/gst/controller/gsttriggercontrolsource.c
index d6305a34b..44a257d4d 100644
--- a/libs/gst/controller/gsttriggercontrolsource.c
+++ b/libs/gst/controller/gsttriggercontrolsource.c
@@ -182,7 +182,7 @@ G_DEFINE_TYPE_WITH_CODE (GstTriggerControlSource, gst_trigger_control_source,
*
* This returns a new, unbound #GstTriggerControlSource.
*
- * Returns: (transfer·full): a new, unbound #GstTriggerControlSource.
+ * Returns: (transfer full): a new, unbound #GstTriggerControlSource.
*/
GstTriggerControlSource *
gst_trigger_control_source_new (void)