mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00

2000-05-28 Michael Natterer <mitch@gimp.org> * libgimp/gimp.h * libgimp/gimpcolordisplay.h * libgimp/gimpcolorselector.h * libgimp/gimpmatrix.h * libgimp/gimpmodule.h * libgimp/gimpunit_pdb.c: purely cosmetic stuff and added some typedefs to make the html documentation nicer. Moved the module documentation from the headers to the sgml files. * app/module_db.[ch]: The type of the "init" and "unload" functions has changed. Code cleanup. 2000-05-28 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-decl.txt * libgimp/libgimp-docs.sgml * libgimp/libgimp-sections.txt * libgimp/tmpl/gimp.sgml * libgimp/tmpl/gimpcolorbutton.sgml * libgimp/tmpl/gimpcolordisplay.sgml * libgimp/tmpl/gimpcolorselector.sgml * libgimp/tmpl/gimpcolorspace.sgml * libgimp/tmpl/gimpcompat.sgml * libgimp/tmpl/gimpenums.sgml * libgimp/tmpl/gimpfeatures.sgml * libgimp/tmpl/gimplimits.sgml * libgimp/tmpl/gimpmath.sgml * libgimp/tmpl/gimpmodule.sgml * libgimp/tmpl/gimpparasite.sgml * libgimp/tmpl/gimpparasiteio.sgml * libgimp/tmpl/gimppixmap.sgml * libgimp/tmpl/gimpprotocol.sgml * libgimp/tmpl/gimpsignal.sgml * libgimp/tmpl/gimpui.sgml * libgimp/tmpl/gimpunit.sgml * libgimp/tmpl/gimputils.sgml * libgimp/tmpl/gimpvector.sgml * libgimp/tmpl/gimpwire.sgml * libgimp/tmpl/libgimp-unused.sgml: Moved the module documentation from the libgimp headers here, updates, cleanups.
290 lines
2.9 KiB
Text
290 lines
2.9 KiB
Text
<!-- ##### SECTION Title ##### -->
|
|
gimpwire
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
The lowlevel I/O protocol used for communication between GIMP and
|
|
it's plug-ins.
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
The lowlevel I/O protocol used for communication between GIMP and
|
|
it's plug-ins.
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
#libgimp-gimpprotocol
|
|
</para>
|
|
|
|
<!-- ##### STRUCT WireMessage ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
<!-- ##### USER_FUNCTION WireReadFunc ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@msg:
|
|
|
|
|
|
<!-- ##### USER_FUNCTION WireWriteFunc ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@msg:
|
|
|
|
|
|
<!-- ##### USER_FUNCTION WireDestroyFunc ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@msg:
|
|
|
|
|
|
<!-- ##### USER_FUNCTION WireIOFunc ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@buf:
|
|
@count:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### USER_FUNCTION WireFlushFunc ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION wire_register ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@type:
|
|
@read_func:
|
|
@write_func:
|
|
@destroy_func:
|
|
|
|
|
|
<!-- ##### FUNCTION wire_set_reader ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@read_func:
|
|
|
|
|
|
<!-- ##### FUNCTION wire_set_writer ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@write_func:
|
|
|
|
|
|
<!-- ##### FUNCTION wire_set_flusher ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@flush_func:
|
|
|
|
|
|
<!-- ##### FUNCTION wire_read ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@buf:
|
|
@count:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION wire_write ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@buf:
|
|
@count:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION wire_flush ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION wire_error ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION wire_clear_error ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION wire_read_msg ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@msg:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION wire_write_msg ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@msg:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION wire_destroy ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@msg:
|
|
|
|
|
|
<!-- ##### FUNCTION wire_read_int32 ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@data:
|
|
@count:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION wire_read_int16 ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@data:
|
|
@count:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION wire_read_int8 ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@data:
|
|
@count:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION wire_read_double ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@data:
|
|
@count:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION wire_read_string ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@data:
|
|
@count:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION wire_write_int32 ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@data:
|
|
@count:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION wire_write_int16 ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@data:
|
|
@count:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION wire_write_int8 ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@data:
|
|
@count:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION wire_write_double ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@data:
|
|
@count:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION wire_write_string ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel:
|
|
@data:
|
|
@count:
|
|
@Returns:
|
|
|
|
|