Ryujinx-GtkSharp/doc/en/Gdk/InputCondition.xml
Mike Kestner 1fbcce1452 2006-08-04 Mike Kestner <mkestner@novell.com>
* gdk/Screen.custom : manually implement FontOptions property so
	we can use reflection to access the internal Mono.Cairo ctor.
	* gdk/Gdk.metadata : list marshaling, method-to-property renames,
	and some hides form manual implementation.  Hide 
	gdk_atom_intern_static_string wrapper since it is pointless outside
	the context of C code.

svn path=/trunk/gtk-sharp/; revision=63366
2006-08-04 17:55:35 +00:00

67 lines
2.3 KiB
XML

<Type Name="InputCondition" FullName="Gdk.InputCondition">
<TypeSignature Language="C#" Maintainer="auto" Value="public enum InputCondition" />
<AssemblyInfo>
<AssemblyName>gdk-sharp</AssemblyName>
<AssemblyPublicKey>
</AssemblyPublicKey>
<AssemblyVersion>2.10.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>
<Docs>
<summary>A set of flags used to specify conditions for which an input callback will be triggered.</summary>
<remarks>To be added</remarks>
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.InputConditionGType))</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Flags</AttributeName>
</Attribute>
</Attributes>
<Members>
<Member MemberName="Read">
<MemberSignature Language="C#" Value="Read" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Gdk.InputCondition</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>The file descriptor has become available for reading. (Or, as is standard in Unix, a socket or pipe was closed at the other end; this is the case if a subsequent read on the file descriptor returns a count of zero.) </summary>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName="Write">
<MemberSignature Language="C#" Value="Write" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Gdk.InputCondition</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>The file descriptor has become available for writing. </summary>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName="Exception">
<MemberSignature Language="C#" Value="Exception" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Gdk.InputCondition</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>An exception was raised on the file descriptor. </summary>
<remarks>
</remarks>
</Docs>
</Member>
</Members>
</Type>