Ryujinx-GtkSharp/doc/en/Gnome/SaveStyle.xml
John Luke cc1f6e10f2 run the updater, add docs for Art, Gda, and GnomeDb
(includes Gnome.Print)

svn path=/trunk/gtk-sharp/; revision=18154
2003-09-17 21:56:59 +00:00

77 lines
2.5 KiB
XML

<Type Name="SaveStyle" FullName="Gnome.SaveStyle">
<TypeSignature Language="C#" Maintainer="auto" Value="public enum SaveStyle;" />
<AssemblyInfo>
<AssemblyName>gnome-sharp</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<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>To be added</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>To be added</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>To be added</remarks>
</Docs>
</Member>
<Member MemberName="value__">
<MemberSignature Language="C#" Value="value__" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
</Docs>
</Member>
</Members>
</Type>