mirror of https://github.com/GNOME/gimp.git
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:
parent
0855c2e12b
commit
3fac0dd74f
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
**/
|
||||
|
|
Loading…
Reference in New Issue