diff --git a/devel-docs/ChangeLog b/devel-docs/ChangeLog index bc7f4bbd88..87b0e2239a 100644 --- a/devel-docs/ChangeLog +++ b/devel-docs/ChangeLog @@ -1,3 +1,9 @@ +2005-09-30 Sven Neumann + + * libgimp/libgimp-sections.txt + * libgimp/tmpl/gimpbuffer.sgml + * libgimp/tmpl/gimpprogress.sgml: updated. + 2005-09-28 Sven Neumann * libgimpwidgets/libgimpwidgets-sections.txt diff --git a/devel-docs/libgimp/libgimp-sections.txt b/devel-docs/libgimp/libgimp-sections.txt index d83a7b4ba9..d6d4c50c33 100644 --- a/devel-docs/libgimp/libgimp-sections.txt +++ b/devel-docs/libgimp/libgimp-sections.txt @@ -181,6 +181,7 @@ gimp_brushes_set_popup
gimpbuffer +gimp_buffers_get_list gimp_buffer_rename gimp_buffer_delete gimp_buffer_get_width @@ -747,9 +748,11 @@ gimp_procedural_db_get_data_size gimpprogress GimpProgressVtable gimp_progress_init +gimp_progress_init_printf gimp_progress_update gimp_progress_pulse gimp_progress_set_text +gimp_progress_set_text_printf gimp_progress_uninstall gimp_progress_cancel gimp_progress_get_window_handle diff --git a/devel-docs/libgimp/tmpl/gimpbuffer.sgml b/devel-docs/libgimp/tmpl/gimpbuffer.sgml index 7a6ef7db36..555ae4abcf 100644 --- a/devel-docs/libgimp/tmpl/gimpbuffer.sgml +++ b/devel-docs/libgimp/tmpl/gimpbuffer.sgml @@ -17,6 +17,16 @@ gimpbuffer + + + + + +@filter: +@num_buffers: +@Returns: + + diff --git a/devel-docs/libgimp/tmpl/gimpprogress.sgml b/devel-docs/libgimp/tmpl/gimpprogress.sgml index 464c02fed1..546401ae0b 100644 --- a/devel-docs/libgimp/tmpl/gimpprogress.sgml +++ b/devel-docs/libgimp/tmpl/gimpprogress.sgml @@ -46,6 +46,16 @@ Functions for embedding the progress bar into a plug-in's GUI. @Returns: + + + + + +@format: +@Varargs: +@Returns: + + @@ -68,6 +78,18 @@ Functions for embedding the progress bar into a plug-in's GUI. +@message: +@Returns: + +@format: +@Varargs: + + + + + + + @format: @Varargs: @Returns: