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