mirror of https://github.com/GNOME/gimp.git
fix docs: there is no such thing as gimp_query_procedure(), the function
2008-09-19 Michael Natterer <mitch@gimp.org> * libgimp/gimp.[ch] (gimp_destroy_paramdefs): fix docs: there is no such thing as gimp_query_procedure(), the function is called gimp_procedural_db_proc_info(). svn path=/trunk/; revision=27012
This commit is contained in:
parent
a44896eeed
commit
b9ec59e455
|
@ -1,3 +1,9 @@
|
||||||
|
2008-09-19 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
|
* libgimp/gimp.[ch] (gimp_destroy_paramdefs): fix docs: there is
|
||||||
|
no such thing as gimp_query_procedure(), the function is called
|
||||||
|
gimp_procedural_db_proc_info().
|
||||||
|
|
||||||
2008-09-19 Sven Neumann <sven@gimp.org>
|
2008-09-19 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* plug-ins/script-fu/scheme-wrapper.c
|
* plug-ins/script-fu/scheme-wrapper.c
|
||||||
|
|
|
@ -998,7 +998,8 @@ gimp_destroy_params (GimpParam *params,
|
||||||
* @paramdefs: the #GimpParamDef array to destroy
|
* @paramdefs: the #GimpParamDef array to destroy
|
||||||
* @n_params: the number of elements in the array
|
* @n_params: the number of elements in the array
|
||||||
*
|
*
|
||||||
* Destroys a #GimpParamDef array as returned by gimp_query_procedure()
|
* Destroys a #GimpParamDef array as returned by
|
||||||
|
* gimp_procedural_db_proc_info().
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
gimp_destroy_paramdefs (GimpParamDef *paramdefs,
|
gimp_destroy_paramdefs (GimpParamDef *paramdefs,
|
||||||
|
|
|
@ -302,7 +302,7 @@ void gimp_destroy_params (GimpParam *params,
|
||||||
|
|
||||||
/* Destroy the an array of GimpParamDef's. This is useful for
|
/* Destroy the an array of GimpParamDef's. This is useful for
|
||||||
* destroying the return values returned by a call to
|
* destroying the return values returned by a call to
|
||||||
* 'gimp_query_procedure'.
|
* 'gimp_procedural_db_proc_info'.
|
||||||
*/
|
*/
|
||||||
void gimp_destroy_paramdefs (GimpParamDef *paramdefs,
|
void gimp_destroy_paramdefs (GimpParamDef *paramdefs,
|
||||||
gint n_params);
|
gint n_params);
|
||||||
|
|
Loading…
Reference in New Issue