propertyprobe: Fix typo in the docs

This commit is contained in:
Sebastian Dröge 2009-05-12 15:52:41 +02:00
parent 705e7750c5
commit ab75db1653

View file

@ -47,7 +47,7 @@ typedef struct _GstPropertyProbeInterface GstPropertyProbeInterface;
* GstPropertyProbeInterface: * GstPropertyProbeInterface:
* @klass: parent interface type. * @klass: parent interface type.
* @probe_needed: default signal handler * @probe_needed: default signal handler
* @get_properties: virtual method to get list of pobable properties * @get_properties: virtual method to get list of probable properties
* @needs_probe: virtual method to tell if probe need update * @needs_probe: virtual method to tell if probe need update
* @probe_property: virtual method to probe a property * @probe_property: virtual method to probe a property
* @get_values: virtual method to get probe results for a property * @get_values: virtual method to get probe results for a property