mirror of https://github.com/GNOME/gimp.git
libgimp/libgimp-sections.txt libgimp/tmpl/gimpplugin.sgml moved remaining
2004-08-30 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-sections.txt * libgimp/tmpl/gimpplugin.sgml * libgimp/tmpl/gimpprogress.sgml: moved remaining progress stuff from "Plug-In" to "Progress".
This commit is contained in:
parent
dfcc73ecb3
commit
5d720209ae
|
@ -1,3 +1,10 @@
|
|||
2004-08-30 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* libgimp/libgimp-sections.txt
|
||||
* libgimp/tmpl/gimpplugin.sgml
|
||||
* libgimp/tmpl/gimpprogress.sgml: moved remaining progress stuff
|
||||
from "Plug-In" to "Progress".
|
||||
|
||||
2004-08-30 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimp/libgimp-docs.sgml
|
||||
|
|
|
@ -561,8 +561,6 @@ gimp_rgn_iterate2
|
|||
|
||||
<SECTION>
|
||||
<FILE>gimpplugin</FILE>
|
||||
gimp_progress_init
|
||||
gimp_progress_update
|
||||
gimp_plugin_domain_register
|
||||
gimp_plugin_help_register
|
||||
gimp_plugin_icon_register
|
||||
|
@ -588,6 +586,8 @@ GimpProgressStartCallback
|
|||
GimpProgressEndCallback
|
||||
GimpProgressTextCallback
|
||||
GimpProgressValueCallback
|
||||
gimp_progress_init
|
||||
gimp_progress_update
|
||||
gimp_progress_install
|
||||
gimp_progress_uninstall
|
||||
gimp_progress_cancel
|
||||
|
|
|
@ -15,24 +15,6 @@ Functions useful for plugins, e.g. registration and progress indicators.
|
|||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gimp_progress_init ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@message:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_progress_update ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@percentage:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_plugin_domain_register ##### -->
|
||||
<para>
|
||||
|
||||
|
|
|
@ -50,6 +50,24 @@ gimpprogress
|
|||
@user_data:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_progress_init ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@message:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_progress_update ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@percentage:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_progress_install ##### -->
|
||||
<para>
|
||||
|
||||
|
|
Loading…
Reference in New Issue