controlbinding: hide one unused typedef
authorStefan Sauer <ensonic@users.sf.net>
Thu, 10 Jan 2013 10:34:14 +0000 (11:34 +0100)
committerStefan Sauer <ensonic@users.sf.net>
Thu, 10 Jan 2013 10:34:14 +0000 (11:34 +0100)
This is not used internally.

docs/gst/gstreamer-sections.txt
gst/gstcontrolbinding.h

index f4a647a..02306c1 100644 (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>
 
index 810dc8b..170fce3 100644 (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);
 
 /**