mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
b94528f8e7
git-svn-id: svn://anonsvn.mono-project.com/source/branches/abock/gstreamer-sharp@60875 e3ebcda4-bce8-0310-ba0a-eca2169e7518
22 lines
690 B
XML
22 lines
690 B
XML
<Type Name="PluginInitFunc" FullName="Gst.PluginInitFunc">
|
|
<TypeSignature Language="C#" Value="public delegate bool PluginInitFunc(Gst.Plugin plugin);" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>gst-sharp</AssemblyName>
|
|
<AssemblyVersion>0.9.5.99</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
<Base>
|
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
|
</Base>
|
|
<Parameters>
|
|
<Parameter Name="plugin" Type="Gst.Plugin" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Boolean</ReturnType>
|
|
</ReturnValue>
|
|
<Docs>
|
|
<param name="plugin">To be added.</param>
|
|
<summary>To be added.</summary>
|
|
<returns>To be added.</returns>
|
|
<remarks>To be added.</remarks>
|
|
</Docs>
|
|
</Type>
|