docs: add since 0.10.36 on the new _NONE enum values

This commit is contained in:
Josep Torra 2011-08-26 14:09:47 +02:00
parent 97379e8f49
commit 185ab7f325
2 changed files with 6 additions and 6 deletions

View file

@ -30,7 +30,7 @@ G_BEGIN_DECLS
/** /**
* GstAllocTraceFlags: * GstAllocTraceFlags:
* @GST_ALLOC_TRACE_NONE: No tracing specified or desired. * @GST_ALLOC_TRACE_NONE: No tracing specified or desired. Since 0.10.36.
* @GST_ALLOC_TRACE_LIVE: Trace number of non-freed memory. * @GST_ALLOC_TRACE_LIVE: Trace number of non-freed memory.
* @GST_ALLOC_TRACE_MEM_LIVE: Trace pointers of unfreed memory. * @GST_ALLOC_TRACE_MEM_LIVE: Trace pointers of unfreed memory.
* *

View file

@ -44,11 +44,11 @@ typedef void (* GstTypeFindFunction) (GstTypeFind *find, gpointer data);
/** /**
* GstTypeFindProbability: * GstTypeFindProbability:
* @GST_TYPE_FIND_NONE: type undetected * @GST_TYPE_FIND_NONE: type undetected. Since 0.10.36.
* @GST_TYPE_FIND_MINIMUM: unlikely typefind * @GST_TYPE_FIND_MINIMUM: unlikely typefind.
* @GST_TYPE_FIND_POSSIBLE: possible type detected * @GST_TYPE_FIND_POSSIBLE: possible type detected.
* @GST_TYPE_FIND_LIKELY: likely a type was detected * @GST_TYPE_FIND_LIKELY: likely a type was detected.
* @GST_TYPE_FIND_NEARLY_CERTAIN: nearly certain that a type was detected * @GST_TYPE_FIND_NEARLY_CERTAIN: nearly certain that a type was detected.
* @GST_TYPE_FIND_MAXIMUM: very certain a type was detected. * @GST_TYPE_FIND_MAXIMUM: very certain a type was detected.
* *
* The probability of the typefind function. Higher values have more certainty * The probability of the typefind function. Higher values have more certainty