[pango] Bug 696238 - PangoAttrFilterFunc vs pango_attr_list_filter docs



commit 4542138d3b847601e0973e5b980decb2e9711aca
Author: Behdad Esfahbod <behdad behdad org>
Date:   Thu Apr 4 19:26:17 2013 -0400

    Bug 696238 - PangoAttrFilterFunc vs pango_attr_list_filter docs

 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 cbbaf96..897d07d 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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]