From 64c8a1b9247302374e6a2f4089b257926b3d6f1d Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 3 Aug 2005 16:41:29 +0000 Subject: [PATCH] re-commit after letting "make update" reformat it svn path=/trunk/gtk-sharp/; revision=47971 --- doc/en/GLib/Opaque.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/en/GLib/Opaque.xml b/doc/en/GLib/Opaque.xml index c08dc82d9..adaf4e312 100644 --- a/doc/en/GLib/Opaque.xml +++ b/doc/en/GLib/Opaque.xml @@ -176,7 +176,8 @@ Whether or not this wrapper owns the raw object. - if the wrapper owns the raw object. + + if the wrapper owns the raw object. By default, this is set to for opaque objects created with the no-argument constructor, and for opaque objects created with the constructor. Methods that return an opaque object can override this by setting the property accordingly to obey the memory-management conventions of the underlying C code.