summaryrefslogtreecommitdiff
path: root/src/cairo-gstate.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-10-14 14:42:48 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2008-10-14 14:42:48 +0100
commite9f5ee6efe7725c1e0e32fa9e85cca61ecb93440 (patch)
tree287cb17a77ac6823dcfda10f69430ec08d3100f9 /src/cairo-gstate.c
parent595414bb787d570ac95fc91c58c370558e9d5a54 (diff)
[doc] Fix a few gtk-doc errors.
gtk-doc insists on a non-empty long description, even for trivial functions that are fully described by their input arguments and return value. Grrr.
Diffstat (limited to 'src/cairo-gstate.c')
-rw-r--r--src/cairo-gstate.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cairo-gstate.c b/src/cairo-gstate.c
index 1034d421..e022efc8 100644
--- a/src/cairo-gstate.c
+++ b/src/cairo-gstate.c
@@ -314,6 +314,8 @@ _cairo_gstate_redirect_target (cairo_gstate_t *gstate, cairo_surface_t *child)
* _cairo_gstate_is_redirected
* @gstate: a #cairo_gstate_t
*
+ * This space left intentionally blank.
+ *
* Return value: %TRUE if the gstate is redirected to a target
* different than the original, %FALSE otherwise.
**/
@@ -372,6 +374,8 @@ _cairo_gstate_get_original_target (cairo_gstate_t *gstate)
* _cairo_gstate_get_clip:
* @gstate: a #cairo_gstate_t
*
+ * This space left intentionally blank.
+ *
* Return value: a pointer to the gstate's #cairo_clip_t structure.
*/
cairo_clip_t *