Ryujinx-GtkSharp/doc/en/Pango/AttrFilterFunc.xml
Mike Kestner 0e47e78f96 update docs to 2.8 API and document all new members
svn path=/trunk/gtk-sharp/; revision=54175
2005-12-09 23:12:49 +00:00

26 lines
1.1 KiB
XML

<Type Name="AttrFilterFunc" FullName="Pango.AttrFilterFunc">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate bool AttrFilterFunc(Pango.Attribute attribute);" />
<AssemblyInfo>
<AssemblyName>pango-sharp</AssemblyName>
<AssemblyPublicKey />
<AssemblyVersion>2.8.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>
<param name="attribute">To be added.</param>
<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>
<returns>To be added.</returns>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Members />
<Parameters>
<Parameter Name="attribute" Type="Pango.Attribute" />
</Parameters>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
</Type>