gimp_procedural_db_constant_register << INDEX >> gimp_procedural_db_get_data

gimp_procedural_db_dump (1995-1996)

NAME
gimp_procedural_db_dump - Dumps the current contents of the procedural database
SYNOPSIS
gimp_procedural_db_dump (filename)
DESCRIPTION
This procedure dumps the contents of the procedural database to the specified file. The file will contain all of the information provided for each registered procedure. This file is in a format appropriate for use with the supplied "pdb_self_doc.el" Elisp script, which generates a texinfo document.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
STRINGfilenameThe dump filename
SOME SYNTAX ALTERNATIVES
Gimp->procedural_db_dump (filename)
procedural_db_dump Layer (filename)
procedural_db_dump Image (filename)
procedural_db_dump Channel (filename)
procedural_db_dump Display (filename)
procedural_db_dump Drawable (filename)
AUTHOR
Spencer Kimball & Josh MacDonald
(c)1995-1996 Spencer Kimball & Josh MacDonald & Peter Mattis


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>