Ryujinx-GtkSharp/doc/en/Pango/AttrFilterFunc.xml
John Luke 38b2f0fd39 more pango docs
svn path=/trunk/gtk-sharp/; revision=31262
2004-07-17 17:24:02 +00:00

34 lines
1.3 KiB
XML

<Type Name="AttrFilterFunc" FullName="Pango.AttrFilterFunc">
<TypeSignature Language="C#" Value="public sealed delegate bool AttrFilterFunc (Pango.Attribute attribute);" Maintainer="auto" />
<AssemblyInfo>
<AssemblyName>pango-sharp</AssemblyName>
<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>used by <see cref="M:Pango.AttrList.Filter()" /> to filter out a subset of attributes for a list.</summary>
<remarks>Returns <see langword="true" /> if the attribute should be filtered out</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>System.ICloneable</InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.Runtime.Serialization.ISerializable</InterfaceName>
</Interface>
</Interfaces>
<Attributes />
<Members />
<Parameters>
<Parameter Name="attribute" Type="Pango.Attribute" />
</Parameters>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
</Type>