mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-12 11:26:39 +00:00
aa7bb8fa1c
glib-sharp will only get a new release with the new API that we need for 3.0 in a year or something. Instead of waiting a year before we can release something we now have our own internal copy of glib-sharp trunk that will be dropped once glib-sharp 3.0 is released. Everything is now compilable and working without any additional patches.
19 lines
569 B
XML
19 lines
569 B
XML
<Type Name="TimeoutHandler" FullName="Gst.GLib.TimeoutHandler">
|
|
<TypeSignature Language="C#" Value="public delegate bool TimeoutHandler();" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>gstreamer-sharp</AssemblyName>
|
|
<AssemblyVersion>0.9.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
<Base>
|
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
|
</Base>
|
|
<Parameters />
|
|
<ReturnValue>
|
|
<ReturnType>System.Boolean</ReturnType>
|
|
</ReturnValue>
|
|
<Docs>
|
|
<summary>To be added.</summary>
|
|
<value>To be added.</value>
|
|
<remarks>To be added.</remarks>
|
|
</Docs>
|
|
</Type>
|