2003-02-12 01:57:20 +00:00
<Type Name= "Atom" FullName= "Gdk.Atom" >
2003-11-17 02:58:23 +00:00
<TypeSignature Language= "C#" Value= "public class Atom : GLib.Opaque, IWrapper" Maintainer= "John Luke" />
2003-02-12 01:57:20 +00:00
<AssemblyInfo >
<AssemblyName > gdk-sharp</AssemblyName>
2003-11-17 02:58:23 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2003-02-12 01:57:20 +00:00
<AssemblyVersion > 0.0.0.0</AssemblyVersion>
2003-10-28 00:48:23 +00:00
<AssemblyCulture > neutral</AssemblyCulture>
2003-02-12 01:57:20 +00:00
<Attributes />
</AssemblyInfo>
2003-02-23 07:26:30 +00:00
<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>
2003-02-12 01:57:20 +00:00
<Docs >
2003-11-17 02:58:23 +00:00
<summary > An opaque type representing a string as an index into a table of strings on the X server.</summary>
<remarks >
</remarks>
2003-02-12 01:57:20 +00:00
</Docs>
<Base >
<BaseTypeName > GLib.Opaque</BaseTypeName>
</Base>
<Interfaces >
<Interface >
<InterfaceName > GLib.IWrapper</InterfaceName>
</Interface>
</Interfaces>
<Attributes />
<Members >
<Member MemberName= "Intern" >
<MemberSignature Language= "C#" Value= "public static Gdk.Atom Intern (string atom_name, bool only_if_exists);" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > Gdk.Atom</ReturnType>
</ReturnValue>
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "atom_name" Type= "System.String" />
<Parameter Name= "only_if_exists" Type= "System.Boolean" />
</Parameters>
2003-02-12 01:57:20 +00:00
<Docs >
2003-11-17 02:58:23 +00:00
<summary > Finds or creates an <see cref= "T:Gdk.Atom" /> corresponding to a given string.</summary>
<param name= "atom_name" > an object of type <see cref= "T:System.String" /> </param>
<param name= "only_if_exists" > an object of type <see cref= "T:System.Boolean" /> </param>
<returns > an object of type <see cref= "T:Gdk.Atom" /> </returns>
<remarks > If <paramref name= "only_if_exists" /> is <see langword= "true" /> , do not create a new atom, but just return the atom if it already exists.</remarks>
2003-02-12 01:57:20 +00:00
</Docs>
</Member>
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public Atom (IntPtr raw);" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "raw" Type= "System.IntPtr" />
</Parameters>
2003-02-12 01:57:20 +00:00
<Docs >
2003-02-23 07:26:30 +00:00
<summary > Internal constructor</summary>
<param name= "raw" > Pointer to the C object.</param>
<returns > An instance of Atom, wrapping the C object.</returns>
<remarks >
<para > This is an internal constructor, and should not be used by user code.</para>
</remarks>
2003-02-12 01:57:20 +00:00
</Docs>
</Member>
2004-05-27 19:02:19 +00:00
<Member MemberName= "Name" >
<MemberSignature Language= "C#" Value= "public string Name { get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.String</ReturnType>
</ReturnValue>
2003-02-12 01:57:20 +00:00
<Parameters />
<Docs >
2004-06-29 14:15:37 +00:00
<summary > Determines the string corresponding to an atom.</summary>
<returns > A newly-allocated string containing the string corresponding to the atom.</returns>
<remarks > None.</remarks>
2003-02-12 01:57:20 +00:00
</Docs>
</Member>
</Members>
2003-09-17 21:56:59 +00:00
</Type>