2002-03-08 Sven Neumann <sven@gimp.org> Handle gtk-doc just like GTK+ does it now: * configure.in: check for gtk-doc version 0.9. Do not build the API reference by default. * autogen.sh: pass --enable-gtk-doc to configure. * Makefile.am: Added a slightly modified distcheck rule that passes --enable-gtk-doc to the configure inside. * NEWS: updated. Revival of the API reference framework. Misc fixes.
262 lines
2.8 KiB
Plaintext
262 lines
2.8 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
gimpprotocol
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
The communication protocol between GIMP and it's plug-ins.
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
The communication protocol between GIMP and it's plug-ins.
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
#libgimp-gimpwire
|
|
</para>
|
|
|
|
<!-- ##### MACRO GP_VERSION ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### STRUCT GPConfig ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@version:
|
|
@tile_width:
|
|
@tile_height:
|
|
@shm_ID:
|
|
@gamma:
|
|
@install_cmap:
|
|
@unused:
|
|
@min_colors:
|
|
@gdisp_ID:
|
|
|
|
<!-- ##### STRUCT GPTileReq ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@drawable_ID:
|
|
@tile_num:
|
|
@shadow:
|
|
|
|
<!-- ##### STRUCT GPTileAck ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
<!-- ##### STRUCT GPTileData ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@drawable_ID:
|
|
@tile_num:
|
|
@shadow:
|
|
@bpp:
|
|
@width:
|
|
@height:
|
|
@use_shm:
|
|
@data:
|
|
|
|
<!-- ##### STRUCT GPParam ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@type:
|
|
@d_display:
|
|
@d_image:
|
|
@d_layer:
|
|
@d_channel:
|
|
@d_drawable:
|
|
@d_selection:
|
|
@d_boundary:
|
|
@d_path:
|
|
@d_status:
|
|
|
|
<!-- ##### STRUCT GPParamDef ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@type:
|
|
@name:
|
|
@description:
|
|
|
|
<!-- ##### STRUCT GPProcRun ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@nparams:
|
|
@params:
|
|
|
|
<!-- ##### STRUCT GPProcReturn ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@nparams:
|
|
@params:
|
|
|
|
<!-- ##### STRUCT GPProcInstall ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@blurb:
|
|
@help:
|
|
@author:
|
|
@copyright:
|
|
@date:
|
|
@menu_path:
|
|
@image_types:
|
|
@type:
|
|
@nparams:
|
|
@nreturn_vals:
|
|
@params:
|
|
@return_vals:
|
|
|
|
<!-- ##### STRUCT GPProcUninstall ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
|
|
<!-- ##### FUNCTION gp_init ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gp_quit_write ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gp_config_write ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@config:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gp_tile_req_write ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@tile_req:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gp_tile_ack_write ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gp_tile_data_write ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@tile_data:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gp_proc_run_write ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@proc_run:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gp_proc_return_write ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@proc_return:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gp_temp_proc_run_write ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@proc_run:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gp_temp_proc_return_write ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@proc_return:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gp_proc_install_write ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@proc_install:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gp_proc_uninstall_write ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@proc_uninstall:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gp_extension_ack_write ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@Returns:
|
|
|
|
|