Method

GimpPDBdump_to_file

Declaration [src]

gboolean
gimp_pdb_dump_to_file (
  GimpPDB* pdb,
  GFile* file
)

Description [src]

Dumps the current contents of the procedural database

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.

Available since:3.0

Parameters

file GFile
 

The dump file.

 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

TRUE on success.