From 21a16899da62a77cf7a7309823a18792dad3bd60 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Wed, 13 Apr 2005 17:45:53 +0000 Subject: [PATCH] fixed gtk-doc comment. 2005-04-13 Sven Neumann * app/core/gimplayer.c: fixed gtk-doc comment. --- ChangeLog | 4 ++++ app/core/gimplayer.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3a5adaf84a..2a68e27e0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-04-13 Sven Neumann + + * app/core/gimplayer.c: fixed gtk-doc comment. + 2005-04-13 Sven Neumann * app/display/gimpdisplayshell-callbacks.c diff --git a/app/core/gimplayer.c b/app/core/gimplayer.c index 201d6f8c61..9b85320bc0 100644 --- a/app/core/gimplayer.c +++ b/app/core/gimplayer.c @@ -901,7 +901,7 @@ gimp_layer_new_from_tiles (TileManager *tiles, /** * gimp_layer_new_from_pixbuf: - * @tiles: The pixbuf to make the new layer from. + * @pixbuf: The pixbuf to make the new layer from. * @dest_gimage: The image the new layer will be added to. * @type: The #GimpImageType of the new layer. * @name: The new layer's name.