diff options
author | Daniel Boles <dboles@src.gnome.org> | 2017-03-27 22:13:32 +0100 |
---|---|---|
committer | Daniel Boles <dboles@src.gnome.org> | 2017-03-27 22:16:56 +0100 |
commit | d33878c5fe8b2e423a5490ee01d3f79d00f0790d (patch) | |
tree | f66c9eaadf1e3c8d59ac6d2688fddb1eefd67c4d /gsk | |
parent | 3d11edf1bc18a778d725f69bf388c43d8b333156 (diff) | |
download | gtk+-d33878c5fe8b2e423a5490ee01d3f79d00f0790d.tar.gz |
gskrendernodeimpl: Fix documentation argument type
Diffstat (limited to 'gsk')
-rw-r--r-- | gsk/gskrendernodeimpl.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gsk/gskrendernodeimpl.c b/gsk/gskrendernodeimpl.c index 0dac4ff867..ae854bfbc7 100644 --- a/gsk/gskrendernodeimpl.c +++ b/gsk/gskrendernodeimpl.c @@ -123,11 +123,11 @@ gsk_color_node_peek_color (GskRenderNode *node) /** * gsk_color_node_new: - * @rgba: the #GskColor + * @rgba: a #GdkRGBA specifying a color * @bounds: the rectangle to render the color into * - * Creates a #GskRenderNode that will render the given - * @color into the area given by @bounds. + * Creates a #GskRenderNode that will render the color specified by @rgba into + * the area given by @bounds. * * Returns: A new #GskRenderNode * @@ -1835,7 +1835,7 @@ gsk_cairo_node_new_for_surface (const graphene_rect_t *bounds, /** * gsk_cairo_node_new: - * @bounds: the rectangle to render the to + * @bounds: the rectangle to render to * * Creates a #GskRenderNode that will render a cairo surface * into the area given by @bounds. You can draw to the cairo |