From f1bf740bf56cd4fccfdeca44fa27f198de0b30d2 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Sat, 28 Nov 2009 18:50:00 +0000 Subject: [PATCH] doc update svn path=/trunk/gtk-sharp/; revision=147061 --- doc/ChangeLog | 4 ++++ doc/en/GLib/Object.xml | 9 +-------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 60dce9c85..7e836014d 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2009-11-28 Mike Kestner + + * GLib/Object.xml: remove an out of date remark from the Data prop. + 2009-08-19 Christian Hoff * glib/MainContext.xml, glib/MainLoop.xml: Add docs for the new API. diff --git a/doc/en/GLib/Object.xml b/doc/en/GLib/Object.xml index 32e5c6c58..8e4c45b28 100644 --- a/doc/en/GLib/Object.xml +++ b/doc/en/GLib/Object.xml @@ -203,14 +203,7 @@ This method is called by the generated classes by the Gtk# framework. Stores and Accesses arbitrary data on the Object. a - - This property is obsolete and should not be used unless you explicitly retain a reference to the - . Otherwise the Data hashtable will be lost when the Garbage Collector - releases your managed object wrapper. There are much better alternatives to this anyway. Consider - using a Hashtable on your class that is keyed by or a subclass with - an object property for the data you want to store instead. There are many better ways to accompish - the role of this property. - +