controller: add gi annotations

This commit is contained in:
Stefan Sauer 2012-01-27 12:22:48 +01:00
parent c5b7e7903e
commit fc886e03b6
5 changed files with 5 additions and 5 deletions

View 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 * Create a new control-binding that attaches the given #GstControlSource to the
* #GObject property. * #GObject property.
* *
* Returns: the new #GstControlBindingARGB * Returns: (transfer·floating): the new #GstControlBindingARGB
*/ */
GstControlBinding * GstControlBinding *
gst_control_binding_argb_new (GstObject * object, const gchar * property_name, gst_control_binding_argb_new (GstObject * object, const gchar * property_name,

View 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 * Create a new control-binding that attaches the #GstControlSource to the
* #GObject property. * #GObject property.
* *
* Returns: the new #GstControlBindingDirect * Returns: (transfer·floating): the new #GstControlBindingDirect
*/ */
GstControlBinding * GstControlBinding *
gst_control_binding_direct_new (GstObject * object, const gchar * property_name, gst_control_binding_direct_new (GstObject * object, const gchar * property_name,

View file

@ -510,7 +510,7 @@ struct _GstInterpolationControlSourcePrivate
* *
* This returns a new, unbound #GstInterpolationControlSource. * This returns a new, unbound #GstInterpolationControlSource.
* *
* Returns: a new, unbound #GstInterpolationControlSource. * Returns: (transfer·full): a new, unbound #GstInterpolationControlSource.
*/ */
GstInterpolationControlSource * GstInterpolationControlSource *
gst_interpolation_control_source_new (void) gst_interpolation_control_source_new (void)

View file

@ -416,7 +416,7 @@ gst_lfo_control_source_reset (GstLFOControlSource * self)
* *
* This returns a new, unbound #GstLFOControlSource. * This returns a new, unbound #GstLFOControlSource.
* *
* Returns: a new, unbound #GstLFOControlSource. * Returns: (transfer·full): a new, unbound #GstLFOControlSource.
*/ */
GstLFOControlSource * GstLFOControlSource *
gst_lfo_control_source_new (void) gst_lfo_control_source_new (void)

View file

@ -182,7 +182,7 @@ G_DEFINE_TYPE_WITH_CODE (GstTriggerControlSource, gst_trigger_control_source,
* *
* This returns a new, unbound #GstTriggerControlSource. * This returns a new, unbound #GstTriggerControlSource.
* *
* Returns: a new, unbound #GstTriggerControlSource. * Returns: (transfer·full): a new, unbound #GstTriggerControlSource.
*/ */
GstTriggerControlSource * GstTriggerControlSource *
gst_trigger_control_source_new (void) gst_trigger_control_source_new (void)