From 35395fbfe0094dc942f43dc4454170d55b5d632b Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Tue, 15 Mar 2005 17:16:21 +0000 Subject: [PATCH] oops, forgot to doc PersistentData svn path=/trunk/gtk-sharp/; revision=41843 --- doc/en/GLib/Object.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/en/GLib/Object.xml b/doc/en/GLib/Object.xml index 8a852e2b1..56c57e39c 100644 --- a/doc/en/GLib/Object.xml +++ b/doc/en/GLib/Object.xml @@ -465,5 +465,17 @@ This method is called by the generated classes by the Gtk# framework. This disconnects from generic property change notifications. (This only affects notifications created with the corresponding generic version of . It does not remove notifications for specific properties.) + + + Property + + System.Collections.Hashtable + + + Data hash to persistently store managed objects. + a + This data hash is persistent until the native object is destroyed and can therefore outlast a GLib.Object wrapper class. + + - \ No newline at end of file +