From e2f2481e07efbd2daac7d09159fc6e2500a904a1 Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Sun, 13 Mar 2011 18:31:38 +0100 Subject: [PATCH] [CPML] Minor docs correction in extents management --- src/cpml/cpml-extents.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cpml/cpml-extents.c b/src/cpml/cpml-extents.c index 1fad2c3a..74657716 100644 --- a/src/cpml/cpml-extents.c +++ b/src/cpml/cpml-extents.c @@ -90,7 +90,8 @@ cpml_extents_from_cairo_text(CpmlExtents *extents, * @src: the second extents to compare * * Compares @extents to @src and returns 1 if the extents are equals. - * Two %NULL or undefined extents are considered equal. + * Two %NULL or two undefined extents are considered equal, athough + * %NULL extents are not equal to undefined extents. * * Returns: 1 if @extents is equal to @src, 0 otherwise **/ -- 2.11.4.GIT