re-commit after letting "make update" reformat it
svn path=/trunk/gtk-sharp/; revision=47971
This commit is contained in:
parent
f70a702224
commit
64c8a1b924
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue