mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +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.
25 lines
907 B
XML
25 lines
907 B
XML
<Type Name="LogFunc" FullName="Gst.GLib.LogFunc">
|
|
<TypeSignature Language="C#" Value="public delegate void LogFunc(string log_domain, LogLevelFlags log_level, string message);" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>gstreamer-sharp</AssemblyName>
|
|
<AssemblyVersion>0.9.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
<Base>
|
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
|
</Base>
|
|
<Parameters>
|
|
<Parameter Name="log_domain" Type="System.String" />
|
|
<Parameter Name="log_level" Type="Gst.GLib.LogLevelFlags" />
|
|
<Parameter Name="message" Type="System.String" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
<Docs>
|
|
<param name="log_domain">To be added.</param>
|
|
<param name="log_level">To be added.</param>
|
|
<param name="message">To be added.</param>
|
|
<summary>To be added.</summary>
|
|
<remarks>To be added.</remarks>
|
|
</Docs>
|
|
</Type>
|