fix parameter name in API docs.

2006-04-15  Michael Natterer  <mitch@gimp.org>

	* app/widgets/gimpclipboard.c (gimp_clipboard_set_buffer): fix
	parameter name in API docs.
This commit is contained in:
Michael Natterer 2006-04-15 16:49:59 +00:00 committed by Michael Natterer
parent 0855c2e12b
commit 3fac0dd74f
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2006-04-15 Michael Natterer <mitch@gimp.org>
* app/widgets/gimpclipboard.c (gimp_clipboard_set_buffer): fix
parameter name in API docs.
2006-04-15 Michael Natterer <mitch@gimp.org>
* app/core/gimp-utils.[ch]: added

View File

@ -375,8 +375,8 @@ gimp_clipboard_get_svg (Gimp *gimp,
/**
* gimp_clipboard_set_buffer:
* @gimp: pointer to #Gimp
* @svg: a #GimpBuffer, or %NULL.
* @gimp: pointer to #Gimp
* @buffer: a #GimpBuffer, or %NULL.
*
* Offers the buffer in %GDK_SELECTION_CLIPBOARD.
**/