Changes between Version 28 and Version 29 of GuiRpc
- Timestamp:
- Jun 29, 2010, 2:38:49 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GuiRpc
v28 v29 154 154 Implemented in 6.10+ client version. 155 155 156 === `get_notices(int seqno, NOTICES& )` === #function-get_notices156 === `get_notices(int seqno, NOTICES& notices)` === #function-get_notices 157 157 158 158 Returns a list of notices with sequence number greater than seqno. … … 161 161 162 162 Unlike 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. 163 In this case, notices.complete is set to true, 164 and notices.notices contains all notices. 165 Otherwise notices.notices contains only new notices. 165 166 166 167 Implemented in 6.11+ client version.