summaryrefslogtreecommitdiff
path: root/doc/en/Gst/PadEventFunction.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/Gst/PadEventFunction.xml')
-rw-r--r--doc/en/Gst/PadEventFunction.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/en/Gst/PadEventFunction.xml b/doc/en/Gst/PadEventFunction.xml
new file mode 100644
index 0000000..b022ca9
--- /dev/null
+++ b/doc/en/Gst/PadEventFunction.xml
@@ -0,0 +1,24 @@
+<Type Name="PadEventFunction" FullName="Gst.PadEventFunction">
+ <TypeSignature Language="C#" Value="public delegate bool PadEventFunction(Gst.Pad pad, Gst.Event evnt);" />
+ <AssemblyInfo>
+ <AssemblyName>gst-sharp</AssemblyName>
+ <AssemblyVersion>0.9.5.99</AssemblyVersion>
+ </AssemblyInfo>
+ <Base>
+ <BaseTypeName>System.Delegate</BaseTypeName>
+ </Base>
+ <Parameters>
+ <Parameter Name="pad" Type="Gst.Pad" />
+ <Parameter Name="evnt" Type="Gst.Event" />
+ </Parameters>
+ <ReturnValue>
+ <ReturnType>System.Boolean</ReturnType>
+ </ReturnValue>
+ <Docs>
+ <param name="pad">To be added.</param>
+ <param name="evnt">To be added.</param>
+ <summary>To be added.</summary>
+ <returns>To be added.</returns>
+ <remarks>To be added.</remarks>
+ </Docs>
+</Type>