re-commit after letting "make update" reformat it

svn path=/trunk/gtk-sharp/; revision=47971
This commit is contained in:
Dan Winship 2005-08-03 16:41:29 +00:00
parent f70a702224
commit 64c8a1b924

View File

@ -176,7 +176,8 @@
</ReturnValue>
<Docs>
<summary>Whether or not this <see cref="T:GLib.Opaque" /> wrapper owns the raw object.</summary>
<value><see langword="true" /> if the wrapper owns the raw object.</value>
<value>
<see langword="true" /> if the wrapper owns the raw object.</value>
<remarks>By default, this is set to <see langword="true" /> for opaque objects created with the no-argument constructor, and <see langword="false" /> for opaque objects created with the <see cref="T:System.IntPtr" /> constructor. Methods that return an opaque object can override this by setting the <see cref="M:GLib.Opaque.Owned" /> property accordingly to obey the memory-management conventions of the underlying C code.</remarks>
</Docs>
</Member>