[cairo-commit] src/cairo-cache.c

Chris Wilson ickle at kemper.freedesktop.org
Sun Aug 17 06:07:21 PDT 2008


 src/cairo-cache.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3501eef6988ebcef5b169b004615d54bcee15460
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Sun Aug 17 12:13:14 2008 +0100

    [cairo-cache] Fixup doc comment.
    
    Missing % before the macro name in the comment.

diff --git a/src/cairo-cache.c b/src/cairo-cache.c
index 16acbda..a9823d1 100644
--- a/src/cairo-cache.c
+++ b/src/cairo-cache.c
@@ -239,8 +239,8 @@ _cairo_cache_lookup (cairo_cache_t	  *cache,
  *
  * Remove a random entry from the cache.
  *
- * Return value: TRUE if an entry was successfully removed.
- * FALSE if there are no entries that can be removed.
+ * Return value: %TRUE if an entry was successfully removed.
+ * %FALSE if there are no entries that can be removed.
  **/
 static cairo_bool_t
 _cairo_cache_remove_random (cairo_cache_t *cache)


More information about the cairo-commit mailing list