gst_plugins_base/gst-libs/gst/interfaces/propertyprobe.h
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
--- a/gst_plugins_base/gst-libs/gst/interfaces/propertyprobe.h	Tue Aug 31 15:30:33 2010 +0300
+++ b/gst_plugins_base/gst-libs/gst/interfaces/propertyprobe.h	Wed Sep 01 12:16:41 2010 +0100
@@ -35,26 +35,9 @@
 #define GST_PROPERTY_PROBE_GET_IFACE(obj) \
   (G_TYPE_INSTANCE_GET_INTERFACE ((obj), GST_TYPE_PROPERTY_PROBE, GstPropertyProbeInterface))
 
-/**
- * GstPropertyProbe:
- *
- * Opaque #GstPropertyProbe data structure.
- */
 typedef struct _GstPropertyProbe GstPropertyProbe; /* dummy typedef */
-typedef struct _GstPropertyProbeInterface GstPropertyProbeInterface;
 
-/**
- * GstPropertyProbeInterface:
- * @klass: parent interface type.
- * @probe_needed: default signal handler
- * @get_properties: virtual method to get list of probable properties
- * @needs_probe: virtual method to tell if probe need update
- * @probe_property: virtual method to probe a property
- * @get_values: virtual method to get probe results for a property
- *
- * #GstPropertyProbe interface.
- */
-struct _GstPropertyProbeInterface {
+typedef struct _GstPropertyProbeInterface {
   GTypeInterface klass;
 
   /* signals */
@@ -73,9 +56,8 @@
                                    guint             prop_id,
                                    const GParamSpec *pspec);
 
-  /*< private >*/
   gpointer _gst_reserved[GST_PADDING];
-};
+} GstPropertyProbeInterface;
 #ifdef __SYMBIAN32__
 IMPORT_C
 #endif