Ryujinx-GtkSharp/Source/doc/en/Gdk/WindowChildFunc.xml

24 lines
799 B
XML
Raw Normal View History

<Type Name="WindowChildFunc" FullName="Gdk.WindowChildFunc">
<TypeSignature Language="C#" Value="public delegate bool WindowChildFunc(Window window);" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed WindowChildFunc extends System.MulticastDelegate" />
<AssemblyInfo>
<AssemblyName>gdk-sharp</AssemblyName>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Parameters>
<Parameter Name="window" Type="Gdk.Window" />
</Parameters>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<param name="window">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<since version="Gtk# 3.0" />
</Docs>
</Type>