3402acb805
svn path=/trunk/gtk-sharp/; revision=90841
27 lines
1.1 KiB
XML
27 lines
1.1 KiB
XML
<Type Name="InputFunction" FullName="Gdk.InputFunction">
|
|
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void InputFunction(IntPtr data, int source, InputCondition condition);" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>gdk-sharp</AssemblyName>
|
|
<AssemblyVersion>2.12.0.0</AssemblyVersion>
|
|
</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>
|
|
<Docs>
|
|
<param name="data">To be added.</param>
|
|
<param name="source">To be added.</param>
|
|
<param name="condition">To be added.</param>
|
|
<summary>Delegate to invoke when a condition becomes true on a file descriptor. </summary>
|
|
<remarks>To be added</remarks>
|
|
</Docs>
|
|
<Base>
|
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
|
</Base>
|
|
<Members />
|
|
<Parameters>
|
|
<Parameter Name="data" Type="System.IntPtr" />
|
|
<Parameter Name="source" Type="System.Int32" />
|
|
<Parameter Name="condition" Type="Gdk.InputCondition" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
</Type>
|