devel-docs: add some missing newly added functions

This commit is contained in:
Michael Natterer
2017-06-03 21:32:33 +02:00
parent caef6d0deb
commit d20171d478
2 changed files with 8 additions and 0 deletions

View File

@ -34,6 +34,7 @@
<xi:include href="xml/gimpplugin.xml" />
<xi:include href="xml/gimpproceduraldb.xml" />
<xi:include href="xml/gimpprogress.xml" />
<xi:include href="xml/gimpdebug.xml" />
</chapter>
<chapter id="libgimp-image">

View File

@ -330,6 +330,12 @@ gimp_context_get_ink_tilt_sensitivity
gimp_context_set_ink_tilt_sensitivity
</SECTION>
<SECTION>
<FILE>gimpdebug</FILE>
gimp_debug_timer_start
gimp_debug_timer_end
</SECTION>
<SECTION>
<FILE>gimpdisplay</FILE>
gimp_display_new
@ -476,6 +482,7 @@ gimp_register_load_handler
gimp_register_save_handler
gimp_register_file_handler_mime
gimp_register_file_handler_uri
gimp_register_file_handler_raw
gimp_register_thumbnail_loader
</SECTION>