<Type Name="SaveStyle" FullName="Gnome.SaveStyle">
  <TypeSignature Language="C#" Maintainer="auto" Value="public enum SaveStyle" />
  <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed SaveStyle extends System.Enum" />
  <AssemblyInfo>
    <AssemblyName>gnome-sharp</AssemblyName>
    <AssemblyPublicKey>
    </AssemblyPublicKey>
    <AssemblyVersion>2.20.0.0</AssemblyVersion>
    <AssemblyVersion>2.24.0.0</AssemblyVersion>
  </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>
  <Base>
    <BaseTypeName>System.Enum</BaseTypeName>
  </Base>
  <Attributes>
    <Attribute>
      <AttributeName>GLib.GType(typeof(Gnome.SaveStyleGType))</AttributeName>
    </Attribute>
  </Attributes>
  <Docs>
    <summary>Which pieces of data a client should save when receiving a "SaveYourself" call from the session manager.</summary>
    <remarks>To be added.</remarks>
  </Docs>
  <Members>
    <Member MemberName="Both">
      <MemberSignature Language="C#" Value="Both" />
      <MemberSignature Language="ILAsm" Value=".field public static literal valuetype Gnome.SaveStyle Both = int32(2)" />
      <MemberType>Field</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>2.24.0.0</AssemblyVersion>
      </AssemblyInfo>
      <ReturnValue>
        <ReturnType>Gnome.SaveStyle</ReturnType>
      </ReturnValue>
      <Parameters />
      <Docs>
        <summary>Save both global and local data.</summary>
        <remarks>
        </remarks>
      </Docs>
    </Member>
    <Member MemberName="Global">
      <MemberSignature Language="C#" Value="Global" />
      <MemberSignature Language="ILAsm" Value=".field public static literal valuetype Gnome.SaveStyle Global = int32(0)" />
      <MemberType>Field</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>2.24.0.0</AssemblyVersion>
      </AssemblyInfo>
      <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" />
      <MemberSignature Language="ILAsm" Value=".field public static literal valuetype Gnome.SaveStyle Local = int32(1)" />
      <MemberType>Field</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>2.24.0.0</AssemblyVersion>
      </AssemblyInfo>
      <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>
  </Members>
</Type>
