Changes between Version 28 and Version 29 of GuiRpc


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GuiRpc

    v28 v29  
    154154 Implemented in 6.10+ client version.
    155155
    156 === `get_notices(int seqno, NOTICES&)` === #function-get_notices
     156=== `get_notices(int seqno, NOTICES& notices)` === #function-get_notices
    157157
    158158Returns a list of notices with sequence number greater than seqno.
     
    161161
    162162Unlike messages, notices can be removed.
    163 In this case, the first notice returned has a sequence number of -1,
    164 and what follows is a list of all notices.
     163In this case, notices.complete is set to true,
     164and notices.notices contains all notices.
     165Otherwise notices.notices contains only new notices.
    165166
    166167Implemented in 6.11+ client version.