summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2013-04-04 19:26:17 -0400
committerBehdad Esfahbod <behdad@behdad.org>2013-04-04 19:26:17 -0400
commit4542138d3b847601e0973e5b980decb2e9711aca (patch)
treefeb9347fff90dcbc1617e81eca58ed0d8131ce7e
parentfde69a643f6dfb8f1974ab4829643ae0299b43b1 (diff)
downloadpango-4542138d3b847601e0973e5b980decb2e9711aca.tar.gz
Bug 696238 - PangoAttrFilterFunc vs pango_attr_list_filter docs
-rw-r--r--pango/pango-attributes.h4
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);