libgimp/libgimp-sections.txt libgimp/tmpl/gimpplugin.sgml updated.
2003-12-19 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-sections.txt * libgimp/tmpl/gimpplugin.sgml * libgimp/tmpl/gimpproceduraldb.sgml: updated.
This commit is contained in:
parent
14c75713a6
commit
13d40d14a0
4 changed files with 15 additions and 9 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2003-12-19 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* libgimp/libgimp-sections.txt
|
||||
* libgimp/tmpl/gimpplugin.sgml
|
||||
* libgimp/tmpl/gimpproceduraldb.sgml: updated.
|
||||
|
||||
2003-12-18 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* libgimpwidgets/tmpl/gimppatheditor.sgml
|
||||
|
|
|
|||
|
|
@ -492,13 +492,13 @@ gimp_pixel_rgns_process
|
|||
<FILE>gimpplugin</FILE>
|
||||
gimp_progress_init
|
||||
gimp_progress_update
|
||||
gimp_temp_PDB_name
|
||||
gimp_plugin_domain_register
|
||||
gimp_plugin_help_register
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpproceduraldb</FILE>
|
||||
gimp_procedural_db_temp_name
|
||||
gimp_procedural_db_proc_info
|
||||
gimp_procedural_db_get_data
|
||||
gimp_procedural_db_set_data
|
||||
|
|
|
|||
|
|
@ -33,14 +33,6 @@ Functions useful for plugins, e.g. registration and progress indicators.
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_temp_PDB_name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_plugin_domain_register ##### -->
|
||||
<para>
|
||||
|
||||
|
|
|
|||
|
|
@ -15,6 +15,14 @@ Functions for querying and changing procedural database (PDB) entries.
|
|||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gimp_procedural_db_temp_name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_procedural_db_proc_info ##### -->
|
||||
<para>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue