another glib type.

svn path=/trunk/gtk-sharp/; revision=30695
This commit is contained in:
Mike Kestner 2004-07-02 21:59:00 +00:00
parent 1021fafd03
commit f21f0ab050

View File

@ -9,8 +9,8 @@
</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>To be added</summary>
<remarks>To be added</remarks>
<summary>Exception for Wrapper Classes that are missing IntPtr Constructors</summary>
<remarks>This exception is thrown when <see cref="T:GLib.Object" /> is unable to wrap a native object handle in a managed class because the managed class doesn't not expose a public MyClass (IntPtr) constructor. All managed <see cref="T:GLib.Object" /> subclasses must expose a constructor that takes a native object handle to enable automated wrapping of native instances.</remarks>
</Docs>
<Base>
<BaseTypeName>System.Exception</BaseTypeName>
@ -30,10 +30,10 @@
<Parameter Name="msg" Type="System.String" />
</Parameters>
<Docs>
<summary>To be added</summary>
<param name="msg">a <see cref="T:System.String" /></param>
<summary>Public Constructor.</summary>
<param name="msg">a <see cref="T:System.String" /> message to report in the exception trace.</param>
<returns>a <see cref="T:GLib.MissingIntPtrCtorException" /></returns>
<remarks>To be added</remarks>
<remarks />
</Docs>
</Member>
</Members>