diff options
author | Nis Martensen <nis.martensen@web.de> | 2012-03-03 21:38:39 +0100 |
---|---|---|
committer | Uli Schlachter <psychon@znc.in> | 2012-03-10 10:20:28 +0100 |
commit | 95ba71812de7c754939e8e15f784ecb65d129fd6 (patch) | |
tree | 586e60f5f0b3de2e8cc502db239d304404115fe7 /src | |
parent | 914448c30454e77f0204a78cae8eef8fd85c4d25 (diff) |
doc: add colon to .._padded_image_from_image
Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'src')
-rw-r--r-- | src/cairo-ps-surface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-ps-surface.c b/src/cairo-ps-surface.c index 043d0165a..e22e2cc47 100644 --- a/src/cairo-ps-surface.c +++ b/src/cairo-ps-surface.c @@ -1782,7 +1782,7 @@ _cairo_ps_surface_release_source_surface_from_pattern (cairo_ps_surface_t } /** - * _cairo_ps_surface_create_padded_image_from_image + * _cairo_ps_surface_create_padded_image_from_image: * @surface: the ps surface * @source: The source image * @extents: extents of the operation that is using this source |