another glib type.
svn path=/trunk/gtk-sharp/; revision=30695
This commit is contained in:
parent
1021fafd03
commit
f21f0ab050
1 changed files with 5 additions and 5 deletions
|
@ -9,8 +9,8 @@
|
||||||
</AssemblyInfo>
|
</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>
|
<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>
|
<Docs>
|
||||||
<summary>To be added</summary>
|
<summary>Exception for Wrapper Classes that are missing IntPtr Constructors</summary>
|
||||||
<remarks>To be added</remarks>
|
<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>
|
</Docs>
|
||||||
<Base>
|
<Base>
|
||||||
<BaseTypeName>System.Exception</BaseTypeName>
|
<BaseTypeName>System.Exception</BaseTypeName>
|
||||||
|
@ -30,10 +30,10 @@
|
||||||
<Parameter Name="msg" Type="System.String" />
|
<Parameter Name="msg" Type="System.String" />
|
||||||
</Parameters>
|
</Parameters>
|
||||||
<Docs>
|
<Docs>
|
||||||
<summary>To be added</summary>
|
<summary>Public Constructor.</summary>
|
||||||
<param name="msg">a <see cref="T:System.String" /></param>
|
<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>
|
<returns>a <see cref="T:GLib.MissingIntPtrCtorException" /></returns>
|
||||||
<remarks>To be added</remarks>
|
<remarks />
|
||||||
</Docs>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
</Members>
|
</Members>
|
||||||
|
|
Loading…
Reference in a new issue