diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2013-04-04 19:26:17 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2013-04-04 19:26:17 -0400 |
commit | 4542138d3b847601e0973e5b980decb2e9711aca (patch) | |
tree | feb9347fff90dcbc1617e81eca58ed0d8131ce7e /pango | |
parent | fde69a643f6dfb8f1974ab4829643ae0299b43b1 (diff) | |
download | pango-4542138d3b847601e0973e5b980decb2e9711aca.tar.gz |
Bug 696238 - PangoAttrFilterFunc vs pango_attr_list_filter docs
Diffstat (limited to 'pango')
-rw-r--r-- | pango/pango-attributes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-attributes.h b/pango/pango-attributes.h index cbbaf961..897d07dd 100644 --- a/pango/pango-attributes.h +++ b/pango/pango-attributes.h @@ -118,8 +118,8 @@ struct _PangoAttribute * * Type of a function filtering a list of attributes. * - * Return value: %TRUE if the attribute should be kept, %FALSE if it should be - * filtered out. + * Return value: %TRUE if the attribute should be selected for + * filtering, %FALSE otherwise. **/ typedef gboolean (*PangoAttrFilterFunc) (PangoAttribute *attribute, gpointer user_data); |