summaryrefslogtreecommitdiff
path: root/src/cairo-cache.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-10-06 17:44:03 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2008-10-07 01:45:45 +0100
commit7cb9ccb4cb2106bb59e181ee284f8dcc5504eb7a (patch)
treee47bd25201caef74fc6bfbf0bdd9f72695048d8a /src/cairo-cache.c
parentd6f0351b6cbb0d542a069eb5d0a7377eb85a6e4e (diff)
downloadcairo-7cb9ccb4cb2106bb59e181ee284f8dcc5504eb7a.tar.gz
Fixup a couple of trivials doc warnings.
Correct the 'Returns' statement to match what gtk-doc expects.
Diffstat (limited to 'src/cairo-cache.c')
-rw-r--r--src/cairo-cache.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cairo-cache.c b/src/cairo-cache.c
index a9823d129..1c458dff3 100644
--- a/src/cairo-cache.c
+++ b/src/cairo-cache.c
@@ -92,6 +92,7 @@ _cairo_cache_fini (cairo_cache_t *cache)
* @keys_equal: a function to return %TRUE if two keys are equal
* @entry_destroy: destroy notifier for cache entries
* @max_size: the maximum size for this cache
+ * Returns: the newly created #cairo_cache_t
*
* Creates a new cache using the keys_equal() function to determine
* the equality of entries.
@@ -119,8 +120,6 @@ _cairo_cache_fini (cairo_cache_t *cache)
* _cairo_cache_freeze() and _cairo_cache_thaw() calls can be
* used to establish a window during which no automatic removal of
* entries will occur.
- *
- * Return value:
**/
cairo_cache_t *
_cairo_cache_create (cairo_cache_keys_equal_func_t keys_equal,