Ryujinx-GtkSharp/doc/en/Atk/EventListenerInit.xml
Mike Kestner 352fc8e849 Run the doc updater
Didn't audit any of this.
2012-03-28 22:10:46 -05:00

22 lines
852 B
XML

<Type Name="EventListenerInit" FullName="Atk.EventListenerInit">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void EventListenerInit();" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed EventListenerInit extends System.MulticastDelegate" />
<AssemblyInfo>
<AssemblyName>atk-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>
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
</Docs>
<Members />
</Type>