oops, forgot to doc PersistentData

svn path=/trunk/gtk-sharp/; revision=41843
This commit is contained in:
Mike Kestner 2005-03-15 17:16:21 +00:00
parent b9831cc33e
commit 35395fbfe0

View File

@ -465,5 +465,17 @@ This method is called by the generated classes by the Gtk# framework.
<remarks>This disconnects from generic property change notifications. (This only affects notifications created with the corresponding generic version of <see cref="M:GLib.Object.AddNotification" />. It does not remove notifications for specific properties.)</remarks>
</Docs>
</Member>
<Member MemberName="PersistentData">
<MemberSignature Language="C#" Value="protected System.Collections.Hashtable PersistentData { get; };" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.Collections.Hashtable</ReturnType>
</ReturnValue>
<Docs>
<summary>Data hash to persistently store managed objects.</summary>
<returns>a <see cref="T:System.Collections.Hashtable" /></returns>
<remarks>This data hash is persistent until the native object is destroyed and can therefore outlast a GLib.Object wrapper class.</remarks>
</Docs>
</Member>
</Members>
</Type>
</Type>