guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: guile-1.8 question


From: Stanislav Ievlev
Subject: Re: guile-1.8 question
Date: Wed, 14 Oct 2009 11:05:03 +0400

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 <address@hidden>:
> 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

[Prev in Thread] Current Thread [Next in Thread]