Ryujinx-GtkSharp/doc/en/Pango/AttrFilterFunc.xml
Mike Kestner 352fc8e849 Run the doc updater
Didn't audit any of this.
2012-03-28 22:10:46 -05:00

26 lines
1.2 KiB
XML

<Type Name="AttrFilterFunc" FullName="Pango.AttrFilterFunc">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate bool AttrFilterFunc(Attribute attribute);" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed AttrFilterFunc extends System.MulticastDelegate" />
<AssemblyInfo>
<AssemblyName>pango-sharp</AssemblyName>
<AssemblyPublicKey />
</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.Delegate</BaseTypeName>
</Base>
<Parameters>
<Parameter Name="attribute" Type="Pango.Attribute" />
</Parameters>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<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>
<returns>To be added.</returns>
<remarks>Returns <see langword="true" /> if the attribute should be filtered out</remarks>
</Docs>
<Members />
</Type>