mirror of https://github.com/GNOME/gimp.git
libgimp/libgimp-sections.txt libgimp/tmpl/gimpbuffer.sgml updated.
2005-09-30 Sven Neumann <sven@gimp.org> * libgimp/libgimp-sections.txt * libgimp/tmpl/gimpbuffer.sgml * libgimp/tmpl/gimpprogress.sgml: updated.
This commit is contained in:
parent
05c2278fca
commit
2931a99023
|
@ -1,3 +1,9 @@
|
|||
2005-09-30 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimp/libgimp-sections.txt
|
||||
* libgimp/tmpl/gimpbuffer.sgml
|
||||
* libgimp/tmpl/gimpprogress.sgml: updated.
|
||||
|
||||
2005-09-28 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpwidgets/libgimpwidgets-sections.txt
|
||||
|
|
|
@ -181,6 +181,7 @@ gimp_brushes_set_popup
|
|||
|
||||
<SECTION>
|
||||
<FILE>gimpbuffer</FILE>
|
||||
gimp_buffers_get_list
|
||||
gimp_buffer_rename
|
||||
gimp_buffer_delete
|
||||
gimp_buffer_get_width
|
||||
|
@ -747,9 +748,11 @@ gimp_procedural_db_get_data_size
|
|||
<FILE>gimpprogress</FILE>
|
||||
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
|
||||
|
|
|
@ -17,6 +17,16 @@ gimpbuffer
|
|||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_buffers_get_list ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@filter:
|
||||
@num_buffers:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_buffer_rename ##### -->
|
||||
<para>
|
||||
|
||||
|
|
|
@ -46,6 +46,16 @@ Functions for embedding the progress bar into a plug-in's GUI.
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_progress_init_printf ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@format:
|
||||
@Varargs:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_progress_update ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -68,6 +78,18 @@ Functions for embedding the progress bar into a plug-in's GUI.
|
|||
|
||||
</para>
|
||||
|
||||
@message:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@format:
|
||||
@Varargs:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_progress_set_text_printf ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@format:
|
||||
@Varargs:
|
||||
@Returns:
|
||||
|
|
Loading…
Reference in New Issue