Fix up a doc comment

This commit is contained in:
Matthias Clasen 2017-11-29 23:35:45 -05:00
parent f57aa47a40
commit a9f12892ea

View File

@ -854,8 +854,8 @@ gtk_render_activity (GtkStyleContext *context,
* @context: a #GtkStyleContext
* @cr: a #cairo_t
* @texture: a #GdkTexture containing the icon to draw
* @x: X position for the @pixbuf
* @y: Y position for the @pixbuf
* @x: X position for the @texture
* @y: Y position for the @texture
*
* Renders the icon in @texture at the specified @x and @y coordinates.
*