As I understand you should mark scm_fdes_to_port as a deprecated and
don't use it in own code (e.g. in socket.c).


2009/10/14 Stanislav Ievlev <stanislav.iev...@gmail.com>:
> Greetings!
>
> There are several functions exists to convert file descriptor into guile port:
> * scm_fdes_to_ports - search for fdes in already opened ports
> * scm_fdes_to_port - looks like internal function, not documented, but
> exists in header files.
> * scm_fdopen - looks like public function.
>
> What is the difference between scm_fdes_to_port and scm_fdopen? What
> function should I use?
>
> Have you any plans to made this API simpler?
>
> --
> With best regards
> Stanislav Ievlev.
>


Reply via email to