Changes between Version 26 and Version 27 of GuiRpc
- Timestamp:
- Jun 29, 2010, 2:05:24 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GuiRpc
v26 v27 154 154 Implemented in 6.10+ client version. 155 155 156 === `get_notices(int seqno, NOTICES&)` === #function-get_notices 157 158 Returns a list of notices with sequence number greater than seqno. 159 160 Unlike messages, notices can be removed. 161 In this case, the first notice returned has a sequence number of -1, 162 and what follows is a list of all notices. 163 Implemented in 6.11+ client version. 164 156 165 === `get_host_info(HOST_INFO&)` === #function-get_host_info 157 166