Fix gtk-doc for gimp_layer_new_from_surface()

This commit is contained in:
Mukund Sivaraman 2011-04-27 20:35:56 +05:30
parent 7c879dfa99
commit 6877a14caf
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ gimp_layer_new_from_pixbuf (gint32 image_ID,
* gimp_layer_new_from_surface:
* @image_ID: The RGB image to which to add the layer.
* @name: The layer name.
* @cairo_surface_t: A Cairo image surface.
* @surface: A Cairo image surface.
* @progress_start: start of progress
* @progress_end: end of progress
*