Changes between Version 33 and Version 34 of GuiRpc


Ignore:
Timestamp:
Feb 12, 2013, 11:51:16 PM (11 years ago)
Author:
Christian Beer
Comment:

changed link to source for new git repo

Legend:

Unmodified
Added
Removed
Modified
  • GuiRpc

    v33 v34  
    99
    1010BOINC provides a C++ interface to these RPCs, consisting of the GUI_RPC class.
    11 The interface is in [source:trunk/boinc/lib/gui_rpc_client.h lib/gui_rpc_client.h],
    12 and the program [source:trunk/boinc/client/boinc_cmd.cpp boinc_cmd.cpp] gives a usage example.
     11The interface is in [source:boinc/lib/gui_rpc_client.h lib/gui_rpc_client.h],
     12and the program [source:boinc/client/boinc_cmd.cpp boinc_cmd.cpp] gives a usage example.
    1313All member functions return an integer error code.
    1414It should be fairly easy to generate client interfaces in languages other than C++.
     
    151151
    152152 `get_screensaver_mode(int& status)`::
    153  Return screensaver mode (values are listed in [source:trunk/boinc/lib/common_defs.h common_defs.h]).
     153 Return screensaver mode (values are listed in [source:boinc/lib/common_defs.h common_defs.h]).
    154154
    155155 `get_simple_gui_info(SIMPLE_GUI_INFO&)`::