Changes between Version 29 and Version 30 of GuiRpc


Ignore:
Timestamp:
Jul 14, 2010, 2:37:36 PM (14 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GuiRpc

    v29 v30  
    142142In 5.5.10 and earlier, it returns a `bool` (suspended) rather than bitmap.
    143143
    144 === `get_messages(int seqno, MESSAGES&)` === #function-get_messages
     144=== `get_messages(int seqno, MESSAGES&, bool translatable=false)` === #function-get_messages
    145145
    146146Returns a list of messages to be displayed to the user.
     
    148148The RPC requests the messages with sequence numbers greater than `seqno`,
    149149in order of increasing sequence number.
     150
     151If '''translatable''' is true, messages from 6.11+ clients may include translatable parts.
     152These parts are enclosed in '''_("...")'''.
     153They should be translated according to the translation files in boinc/locale/*/BOINC-Client.po
    150154
    151155=== `get_message_count(int& seqno)` === #function-get_message_seqno