docs: make cogl2-clip-state.h docs consistent

This updates some of the cogl2-clip-state.h cogl_clip_ API documentation
to make it consistent with the documentation for corresponding
framebuffer clip stack API in cogl-framebuffer.h

Reviewed-by: Neil Roberts <neil@linux.intel.com>
This commit is contained in:
Robert Bragg 2011-11-20 19:01:30 +00:00
parent de04a58f30
commit 36575502e8

View File

@ -37,8 +37,9 @@ G_BEGIN_DECLS
* cogl_clip_push_from_path: * cogl_clip_push_from_path:
* @path: The path to clip with. * @path: The path to clip with.
* *
* Sets a new clipping area using @path. The clipping area is intersected * Sets a new clipping area using the silhouette of the specified,
* with the previous clipping area. To restore the previous clipping area, * filled @path. The clipping area is intersected with the previous
* clipping area. To restore the previous clipping area, call
* call cogl_clip_pop(). * call cogl_clip_pop().
* *
* Since: 1.8 * Since: 1.8