summaryrefslogtreecommitdiff
path: root/doc/en/Gst/TypeFindSuggestFunction.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/Gst/TypeFindSuggestFunction.xml')
-rw-r--r--doc/en/Gst/TypeFindSuggestFunction.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/en/Gst/TypeFindSuggestFunction.xml b/doc/en/Gst/TypeFindSuggestFunction.xml
new file mode 100644
index 0000000..7238831
--- /dev/null
+++ b/doc/en/Gst/TypeFindSuggestFunction.xml
@@ -0,0 +1,23 @@
+<Type Name="TypeFindSuggestFunction" FullName="Gst.TypeFindSuggestFunction">
+ <TypeSignature Language="C#" Value="public delegate void TypeFindSuggestFunction(uint propability, Caps caps);" />
+ <AssemblyInfo>
+ <AssemblyName>gstreamer-sharp</AssemblyName>
+ <AssemblyVersion>0.9.5.99</AssemblyVersion>
+ </AssemblyInfo>
+ <Base>
+ <BaseTypeName>System.Delegate</BaseTypeName>
+ </Base>
+ <Parameters>
+ <Parameter Name="propability" Type="System.UInt32" />
+ <Parameter Name="caps" Type="Gst.Caps" />
+ </Parameters>
+ <ReturnValue>
+ <ReturnType>System.Void</ReturnType>
+ </ReturnValue>
+ <Docs>
+ <param name="propability">To be added.</param>
+ <param name="caps">To be added.</param>
+ <summary>To be added.</summary>
+ <remarks>To be added.</remarks>
+ </Docs>
+</Type>