aboutsummaryrefslogtreecommitdiff
path: root/plugins/elements/gstvalve.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/elements/gstvalve.h')
-rw-r--r--plugins/elements/gstvalve.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/elements/gstvalve.h b/plugins/elements/gstvalve.h
index 7318af7..c12c7c7 100644
--- a/plugins/elements/gstvalve.h
+++ b/plugins/elements/gstvalve.h
@@ -48,8 +48,6 @@ typedef struct _GstValveClass GstValveClass;
* GstValve:
*
* The private valve structure
- *
- * Since: 0.10.32
*/
struct _GstValve
{
@@ -72,7 +70,7 @@ struct _GstValveClass
GstElementClass parent_class;
};
-GType gst_valve_get_type (void);
+G_GNUC_INTERNAL GType gst_valve_get_type (void);
G_END_DECLS