File: AttrFilterFunc.xml

package info (click to toggle)
gtk-sharp3 2.99.3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 25,464 kB
  • ctags: 8,843
  • sloc: xml: 308,885; cs: 38,795; sh: 11,336; perl: 1,295; makefile: 1,097; ansic: 900
file content (25 lines) | stat: -rw-r--r-- 1,181 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<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>