no more submodule
This commit is contained in:
27
GtkSharp/Source/OldStuff/doc/en/GLib/LogFunc.xml
Normal file
27
GtkSharp/Source/OldStuff/doc/en/GLib/LogFunc.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<Type Name="LogFunc" FullName="GLib.LogFunc">
|
||||
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void LogFunc(string log_domain, LogLevelFlags log_level, string message);" />
|
||||
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed LogFunc extends System.MulticastDelegate" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>glib-sharp</AssemblyName>
|
||||
</AssemblyInfo>
|
||||
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Parameters>
|
||||
<Parameter Name="log_domain" Type="System.String" />
|
||||
<Parameter Name="log_level" Type="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>
|
||||
<Members />
|
||||
</Type>
|
||||
Reference in New Issue
Block a user