Ryujinx-GtkSharp/doc/en/Gtk/Function.xml

23 lines
822 B
XML
Raw Normal View History

<Type Name="Function" FullName="Gtk.Function">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate bool Function();" />
<AssemblyInfo>
<AssemblyName>gtk-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>
<summary>A delegate for representing a function with a boolean return value.</summary>
<remarks />
<returns>To be added.</returns>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Members />
<Parameters>
</Parameters>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
</Type>