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

24 lines
892 B
XML

<Type Name="ObjectFactory+CreateAccessibleDelegate" FullName="Atk.ObjectFactory+CreateAccessibleDelegate">
<TypeSignature Language="C#" Value="public delegate Atk.Object ObjectFactory.CreateAccessibleDelegate(Object obj);" />
<TypeSignature Language="ILAsm" Value=".class nested public auto ansi sealed ObjectFactory/CreateAccessibleDelegate extends System.MulticastDelegate" />
<AssemblyInfo>
<AssemblyName>atk-sharp</AssemblyName>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Parameters>
<Parameter Name="obj" Type="GLib.Object" />
</Parameters>
<ReturnValue>
<ReturnType>Atk.Object</ReturnType>
</ReturnValue>
<Docs>
<param name="obj">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>