Changes between Version 29 and Version 30 of GuiRpc
- Timestamp:
- Jul 14, 2010, 2:37:36 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GuiRpc
v29 v30 142 142 In 5.5.10 and earlier, it returns a `bool` (suspended) rather than bitmap. 143 143 144 === `get_messages(int seqno, MESSAGES& )` === #function-get_messages144 === `get_messages(int seqno, MESSAGES&, bool translatable=false)` === #function-get_messages 145 145 146 146 Returns a list of messages to be displayed to the user. … … 148 148 The RPC requests the messages with sequence numbers greater than `seqno`, 149 149 in order of increasing sequence number. 150 151 If '''translatable''' is true, messages from 6.11+ clients may include translatable parts. 152 These parts are enclosed in '''_("...")'''. 153 They should be translated according to the translation files in boinc/locale/*/BOINC-Client.po 150 154 151 155 === `get_message_count(int& seqno)` === #function-get_message_seqno