2004-02-17 Sven Neumann <sven@gimp.org> * libgimpbase/gimpprotocol.[ch]: changed wm_name to app_name in the GimpConfig struct; increased GIMP_PROTOCOL_VERSION. * app/plug-in/plug-in-run.c (plug_in_run): pass the return value of g_get_application_name() to the plug-ins. * libgimp/gimp.[ch]: removed function gimp_wm_name(). Set the plug-in's application name if an app_name is passed in the config message. * libgimp/gimpui.c: removed usage of gimp_wm_name(); it was wrong to do it this way and caused all plug-ins claim to be the gimp-1.3 executable in their error messages. * libgimp/gimp.def: removed symbol gimp_wm_name. * configure.in: reset gimp_binary_age and gimp_interface_age. * app/core/gimpimage.c (gimp_image_name_changed): removed unused variable.
288 lines
3.1 KiB
Plaintext
288 lines
3.1 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 GIMP_PROTOCOL_VERSION ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### STRUCT GPConfig ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@version:
|
|
@tile_width:
|
|
@tile_height:
|
|
@shm_ID:
|
|
@gamma:
|
|
@install_cmap:
|
|
@show_tool_tips:
|
|
@min_colors:
|
|
@gdisp_ID:
|
|
@app_name:
|
|
@wm_class:
|
|
@display_name:
|
|
@monitor_number:
|
|
|
|
<!-- ##### 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_has_init_write ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@user_data:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gp_quit_write ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@user_data:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gp_config_write ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@config:
|
|
@user_data:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gp_tile_req_write ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@tile_req:
|
|
@user_data:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gp_tile_ack_write ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@user_data:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gp_tile_data_write ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@tile_data:
|
|
@user_data:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gp_proc_run_write ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@proc_run:
|
|
@user_data:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gp_proc_return_write ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@proc_return:
|
|
@user_data:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gp_temp_proc_run_write ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@proc_run:
|
|
@user_data:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gp_temp_proc_return_write ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@proc_return:
|
|
@user_data:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gp_proc_install_write ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@proc_install:
|
|
@user_data:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gp_proc_uninstall_write ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@proc_uninstall:
|
|
@user_data:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gp_extension_ack_write ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@user_data:
|
|
@Returns:
|
|
|
|
|