summaryrefslogtreecommitdiff
path: root/doc/en/Gst/PadLinkFunction.xml
blob: 51cab9a88b6bb20bf754a7643a2bf129cd16ade1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Type Name="PadLinkFunction" FullName="Gst.PadLinkFunction">
  <TypeSignature Language="C#" Value="public delegate Gst.PadLinkReturn PadLinkFunction(Gst.Pad pad, Gst.Pad peer);" />
  <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="peer" Type="Gst.Pad" />
  </Parameters>
  <ReturnValue>
    <ReturnType>Gst.PadLinkReturn</ReturnType>
  </ReturnValue>
  <Docs>
    <param name="pad">To be added.</param>
    <param name="peer">To be added.</param>
    <summary>To be added.</summary>
    <returns>To be added.</returns>
    <remarks>To be added.</remarks>
  </Docs>
</Type>