Changes between Version 26 and Version 27 of GuiRpc


Ignore:
Timestamp:
Jun 29, 2010, 2:05:24 PM (14 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GuiRpc

    v26 v27  
    154154 Implemented in 6.10+ client version.
    155155
     156=== `get_notices(int seqno, NOTICES&)` === #function-get_notices
     157
     158Returns a list of notices with sequence number greater than seqno.
     159
     160Unlike messages, notices can be removed.
     161In this case, the first notice returned has a sequence number of -1,
     162and what follows is a list of all notices.
     163Implemented in 6.11+ client version.
     164
    156165=== `get_host_info(HOST_INFO&)` === #function-get_host_info
    157166