rephrased new documentation.

2007-03-19  Sven Neumann  <sven@gimp.org>

	* libgimp/gimp.c (gimp_install_procedure): rephrased new
	documentation.


svn path=/trunk/; revision=22148
This commit is contained in:
Sven Neumann 2007-03-19 17:00:00 +00:00 committed by Sven Neumann
parent e82a31ad91
commit a68807e56a
2 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2007-03-19 Sven Neumann <sven@gimp.org>
* libgimp/gimp.c (gimp_install_procedure): rephrased new
documentation.
2007-03-19 Michael Natterer <mitch@gimp.org>
Make sure we create actions for all plug-in procedures which have

View File

@ -510,11 +510,12 @@ gimp_quit (void)
* "&lt;Domain&gt;/Path/To/My/Menu"
* (e.g. "&lt;Image&gt;/Filters/Render/Useless").
*
* It is possible to register a procedure for keyboard-shortcut activation
* only by not registering any menu path with gimp_plugin_menu_register()
* but still passing a @menu_label to gimp_install_procedure(). In this
* case, the given @menu_label will only be used as the procedure's
* user-visible name in the keyboard shortcut editor.
* It is possible to register a procedure only for keyboard-shortcut
* activation by not registering any menu path with
* gimp_plugin_menu_register() but still passing a @menu_label to
* gimp_install_procedure(). In this case, the given @menu_label will
* only be used as the procedure's user-visible name in the keyboard
* shortcut editor.
*
* @type must be one of #GIMP_PLUGIN or #GIMP_EXTENSION. Note that
* temporary procedures must be installed using