mirror of https://github.com/GNOME/gimp.git
libgimp/libgimp-sections.txt libgimp/tmpl/gimp.sgml updated.
2003-11-07 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-sections.txt * libgimp/tmpl/gimp.sgml * libgimpbase/tmpl/gimpprotocol.sgml: updated.
This commit is contained in:
parent
74066b694f
commit
3fc87b6107
|
@ -1,3 +1,9 @@
|
|||
2003-11-07 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* libgimp/libgimp-sections.txt
|
||||
* libgimp/tmpl/gimp.sgml
|
||||
* libgimpbase/tmpl/gimpprotocol.sgml: updated.
|
||||
|
||||
2003-11-06 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* libgimp/libgimp-sections.txt
|
||||
|
|
|
@ -37,6 +37,10 @@ gimp_install_cmap
|
|||
gimp_min_colors
|
||||
gimp_show_tool_tips
|
||||
gimp_default_display
|
||||
gimp_wm_class
|
||||
gimp_wm_name
|
||||
gimp_display_name
|
||||
gimp_monitor_number
|
||||
gimp_get_progname
|
||||
gimp_extension_enable
|
||||
gimp_extension_ack
|
||||
|
|
|
@ -334,6 +334,38 @@ all other GIMP Library headers.
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_wm_class ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_wm_name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_display_name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_monitor_number ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_get_progname ##### -->
|
||||
<para>
|
||||
|
||||
|
|
|
@ -36,6 +36,10 @@ The communication protocol between GIMP and it's plug-ins.
|
|||
@show_tool_tips:
|
||||
@min_colors:
|
||||
@gdisp_ID:
|
||||
@wm_name:
|
||||
@wm_class:
|
||||
@display_name:
|
||||
@monitor_number:
|
||||
|
||||
<!-- ##### STRUCT GPTileReq ##### -->
|
||||
<para>
|
||||
|
|
Loading…
Reference in New Issue