Ryujinx-GtkSharp/doc/en/GLib/DelegateWrapper.xml
Mike Kestner f8d36b9453 2005-05-23 Mike Kestner <mkestner@novell.com>
* configure.in.in : add monodocer-fu.

2005-05-23  Mike Kestner  <mkestner@novell.com>

	* Makefile.am : switch to monodocer
	* updater : kill
	* en/*/*.xml : enormo-diff from monodocer first run without --delete.

svn path=/trunk/gtk-sharp/; revision=44915
2005-05-23 20:41:51 +00:00

39 lines
1.6 KiB
XML

<Type Name="DelegateWrapper" FullName="GLib.DelegateWrapper">
<TypeSignature Language="C#" Value="public class DelegateWrapper" Maintainer="auto" />
<AssemblyInfo>
<AssemblyName>glib-sharp</AssemblyName>
<AssemblyPublicKey>
</AssemblyPublicKey>
<AssemblyVersion>2.0.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>Wrapper class for delegates.</summary>
<remarks>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="protected DelegateWrapper (object o);" />
<MemberType>Constructor</MemberType>
<ReturnValue />
<Parameters>
<Parameter Name="o" Type="System.Object" />
</Parameters>
<Docs>
<summary>The <paramref name="o" /> is the object that creates the instance of the DelegateWrapper derived class or null if created from a static method.</summary>
<param name="o">a <see cref="T:System.Object" /></param>
<remarks>Note that the instances will never be disposed if they are created in a static method.</remarks>
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message="Callback wrappers should be manually managed for persistence.", IsError=False)</AttributeName>
</Attribute>
</Attributes></Member>
</Members>
</Type>