Ryujinx-GtkSharp/doc/en/Gnome/SaveStyle.xml
Mike Kestner 9577c1e81d 2004-06-29 Mike Kestner <mkestner@ximian.com>
* en/*/*.xml : remove To be added from enum <remarks> since they aren't
	rendered.  Monodoc needs to be enhanced to render if they are there,
	but we should normally put enum member docs in the summary, not remarks.

svn path=/trunk/gtk-sharp/; revision=30537
2004-06-29 16:25:31 +00:00

84 lines
2.7 KiB
XML

<Type Name="SaveStyle" FullName="Gnome.SaveStyle">
<TypeSignature Language="C#" Maintainer="auto" Value="public enum SaveStyle;" />
<AssemblyInfo>
<AssemblyName>gnome-sharp</AssemblyName>
<AssemblyPublicKey>
</AssemblyPublicKey>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<AssemblyCulture>neutral</AssemblyCulture>
<Attributes />
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>Which pieces of data a client should save when receiving a "SaveYourself" call from the session manager.</summary>
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>System.IComparable</InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.IConvertible</InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.IFormattable</InterfaceName>
</Interface>
</Interfaces>
<Attributes />
<Members>
<Member MemberName="Global">
<MemberSignature Language="C#" Value="Global" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Gnome.SaveStyle</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Save data (to somewhere persistent) that affects and is visible to all users of this application.</summary>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName="Local">
<MemberSignature Language="C#" Value="Local" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Gnome.SaveStyle</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Save data that only applies to this instance of the application.</summary>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName="Both">
<MemberSignature Language="C#" Value="Both" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Gnome.SaveStyle</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Save both global and local data.</summary>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName="value__">
<MemberSignature Language="C#" Value="value__" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Parameters>
</Parameters>
<Docs>
<summary>Internal field.</summary>
<remarks>Do not use.</remarks>
</Docs>
</Member>
</Members>
</Type>