From f21f0ab0504ecf675f78e983f49bca7aef85e4de Mon Sep 17 00:00:00 2001
From: Mike Kestner <mkestner@gmail.com>
Date: Fri, 2 Jul 2004 21:59:00 +0000
Subject: [PATCH] another glib type.

svn path=/trunk/gtk-sharp/; revision=30695
---
 doc/en/GLib/MissingIntPtrCtorException.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/en/GLib/MissingIntPtrCtorException.xml b/doc/en/GLib/MissingIntPtrCtorException.xml
index 4da561fe5..bea0f87fd 100644
--- a/doc/en/GLib/MissingIntPtrCtorException.xml
+++ b/doc/en/GLib/MissingIntPtrCtorException.xml
@@ -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>