mirror of https://github.com/GNOME/gimp.git
fixed gtk-doc comment.
2005-04-13 Sven Neumann <sven@gimp.org> * app/core/gimplayer.c: fixed gtk-doc comment.
This commit is contained in:
parent
d28d006bc2
commit
21a16899da
|
@ -1,3 +1,7 @@
|
||||||
|
2005-04-13 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* app/core/gimplayer.c: fixed gtk-doc comment.
|
||||||
|
|
||||||
2005-04-13 Sven Neumann <sven@gimp.org>
|
2005-04-13 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* app/display/gimpdisplayshell-callbacks.c
|
* app/display/gimpdisplayshell-callbacks.c
|
||||||
|
|
|
@ -901,7 +901,7 @@ gimp_layer_new_from_tiles (TileManager *tiles,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gimp_layer_new_from_pixbuf:
|
* 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.
|
* @dest_gimage: The image the new layer will be added to.
|
||||||
* @type: The #GimpImageType of the new layer.
|
* @type: The #GimpImageType of the new layer.
|
||||||
* @name: The new layer's name.
|
* @name: The new layer's name.
|
||||||
|
|
Loading…
Reference in New Issue