controller: no fancy utf8 chars in the gi annotations
authorStefan Sauer <ensonic@users.sf.net>
Fri, 27 Jan 2012 12:05:48 +0000 (13:05 +0100)
committerStefan Sauer <ensonic@users.sf.net>
Fri, 27 Jan 2012 12:07:27 +0000 (13:07 +0100)
libs/gst/controller/gstcontrolbindingargb.c
libs/gst/controller/gstcontrolbindingdirect.c
libs/gst/controller/gstinterpolationcontrolsource.c
libs/gst/controller/gstlfocontrolsource.c
libs/gst/controller/gsttriggercontrolsource.c

index f61fe30..8186760 100644 (file)
@@ -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,
index c56354e..508257e 100644 (file)
@@ -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,
index 943f9b7..0692a06 100644 (file)
@@ -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)
index 59ea3b0..987caf4 100644 (file)
@@ -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)
index d6305a3..44a257d 100644 (file)
@@ -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)