documentation fixes.

2003-06-19  Sven Neumann  <sven@gimp.org>

	* libgimp/gimp.[ch]: documentation fixes.
This commit is contained in:
Sven Neumann 2003-06-19 18:59:43 +00:00 committed by Sven Neumann
parent db765b886e
commit 9ab621e731
5 changed files with 12 additions and 27 deletions

View file

@ -1,3 +1,7 @@
2003-06-19 Sven Neumann <sven@gimp.org>
* libgimp/gimp.[ch]: documentation fixes.
2003-06-19 Michael Natterer <mitch@gimp.org>
Changed the semantics of GIMP_EXTENSION and (to some extent)

View file

@ -1,3 +1,7 @@
2003-06-19 Sven Neumann <sven@gimp.org>
* libgimp/tmpl/gimp.sgml: updated, removed unused parameters.
2003-06-19 Michael Natterer <mitch@gimp.org>
* libgimp/libgimp-sections.txt

View file

@ -55,10 +55,6 @@ all other GIMP Library headers.
</para>
<!-- # Unused Parameters # -->
@id:
@data:
<!-- ##### MACRO gimp_get_data_size ##### -->
<para>
@ -66,8 +62,6 @@ all other GIMP Library headers.
</para>
@Returns:
<!-- # Unused Parameters # -->
@id:
<!-- ##### MACRO gimp_set_data ##### -->
@ -75,11 +69,6 @@ all other GIMP Library headers.
</para>
<!-- # Unused Parameters # -->
@id:
@data:
@length:
<!-- ##### USER_FUNCTION GimpInitProc ##### -->
<para>
@ -199,9 +188,6 @@ all other GIMP Library headers.
@n_return_vals:
@params:
@return_vals:
<!-- # Unused Parameters # -->
@nparams:
@nreturn_vals:
<!-- ##### FUNCTION gimp_install_temp_proc ##### -->
@ -223,9 +209,6 @@ all other GIMP Library headers.
@params:
@return_vals:
@run_proc:
<!-- # Unused Parameters # -->
@nparams:
@nreturn_vals:
<!-- ##### FUNCTION gimp_uninstall_temp_proc ##### -->
@ -242,7 +225,7 @@ all other GIMP Library headers.
</para>
@name:
@nreturn_vals:
@n_return_vals:
@Varargs:
@Returns:
@ -257,9 +240,6 @@ all other GIMP Library headers.
@n_params:
@params:
@Returns:
<!-- # Unused Parameters # -->
@nreturn_vals:
@nparams:
<!-- ##### FUNCTION gimp_destroy_params ##### -->
@ -269,8 +249,6 @@ all other GIMP Library headers.
@params:
@n_params:
<!-- # Unused Parameters # -->
@nparams:
<!-- ##### FUNCTION gimp_destroy_paramdefs ##### -->
@ -280,8 +258,6 @@ all other GIMP Library headers.
@paramdefs:
@n_params:
<!-- # Unused Parameters # -->
@nparams:
<!-- ##### FUNCTION gimp_tile_width ##### -->

View file

@ -635,10 +635,11 @@ gimp_uninstall_temp_proc (const gchar *name)
* gimp_run_procedure:
* @name: the name of the procedure to run
* @n_return_vals: return location for the number of return values
* @Varargs: list of procedure parameters
*
* This function calls a GIMP procedure and returns its return values.
*
* The procedues parameters are given by a va_list in the format
* The procedure's parameters are given by a va_list in the format
* (type, value, type, value) and must be terminated by #GIMP_PDB_END.
*
* This function converts the va_list of parameters into an array

View file

@ -265,7 +265,7 @@ void gimp_extension_process (guint timeout);
* values are returned in the 'GimpParam*' array.
*/
GimpParam * gimp_run_procedure (const gchar *name,
gint *nreturn_vals,
gint *n_return_vals,
...);
/* Run a procedure in the procedure database. The parameters are