gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 244/324: doc: Document the 'disconnected' callback.


From: gnunet
Subject: [gnunet-scheme] 244/324: doc: Document the 'disconnected' callback.
Date: Tue, 21 Sep 2021 13:24:44 +0200

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit be00f18f729acc6c73fb245ea3a61107392d8703
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Wed Sep 8 15:20:26 2021 +0200

    doc: Document the 'disconnected' callback.
    
    * doc/scheme-gnunet.tm
      (Estimation of the size of the network): Document 'disconnected'.
---
 doc/scheme-gnunet.tm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/doc/scheme-gnunet.tm b/doc/scheme-gnunet.tm
index 8a74697..e454d2d 100644
--- a/doc/scheme-gnunet.tm
+++ b/doc/scheme-gnunet.tm
@@ -555,8 +555,8 @@
   which is accepts a <with|font-shape|italic|configuration> (see
   <todo|reference>) and some optional keyword arguments.<space|1em>This
   procedure can be called as <scm|(connect config #:updated updated
-  #:connected connected)>.<space|1em>It returns a <with|font-shape|italic|NSE
-  server object>.
+  #:connected connected #:disconnected disconnected)>.<space|1em>It returns a
+  <with|font-shape|italic|NSE server object>.
 
   The connection is made asynchronuously; the thunk <var|connected> will be
   called when the connection has actually been made.<space|1em>Whenever a new
@@ -565,7 +565,9 @@
   the procedure <scm|estimate> can be called on the server object to return
   the latest available estimate.<space|1em>If the
   <with|font-shape|italic|server object> doesn't have an estimate yet, that
-  procedure will return <scm|#false> instead of an estimate.
+  procedure will return <scm|#false> instead of an estimate.<space|1em>When
+  the connection is lost, the (optional) thunk <var|disconnected> is
+  called.<space|1em><todo|reconnecting, disconnecting>
 
   The estimate object has a number of accessors:
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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