diff options
Diffstat (limited to 'pango/pango-attributes.h')
-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); |