controlbinding: hide one unused typedef

This is not used internally.
This commit is contained in:
Stefan Sauer 2013-01-10 11:34:14 +01:00 committed by Tim-Philipp Müller
parent 4ad67a66f1
commit e4f420640a
2 changed files with 2 additions and 9 deletions

View file

@ -621,7 +621,6 @@ GST_USING_PRINTF_EXTENSION
<TITLE>GstControlBinding</TITLE>
GstControlBinding
GstControlBindingClass
GstControlBindingConvert
gst_control_binding_sync_values
gst_control_binding_get_value
gst_control_binding_get_value_array
@ -636,6 +635,7 @@ GST_IS_CONTROL_BINDING_CLASS
GST_CONTROL_BINDING_GET_CLASS
GST_TYPE_CONTROL_BINDING
<SUBSECTION Private>
GstControlBindingConvert
gst_control_binding_get_type
</SECTION>

View file

@ -47,14 +47,7 @@ G_BEGIN_DECLS
typedef struct _GstControlBinding GstControlBinding;
typedef struct _GstControlBindingClass GstControlBindingClass;
/**
* GstControlBindingConvert:
* @binding: the #GstControlBinding instance
* @src_value: the value returned by the cotnrol source
* @dest_value: the target GValue
*
* Function to map a control-value to the target GValue.
*/
/* FIXME(2.0): remove, this is unused */
typedef void (* GstControlBindingConvert) (GstControlBinding *binding, gdouble src_value, GValue *dest_value);
/**