oops, forgot to doc PersistentData
svn path=/trunk/gtk-sharp/; revision=41843
This commit is contained in:
parent
b9831cc33e
commit
35395fbfe0
1 changed files with 13 additions and 1 deletions
|
@ -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>
|
Loading…
Reference in a new issue