Changes between Version 9 and Version 10 of archive/Development/UiClient


Ignore:
Timestamp:
02/23/2008 09:48:46 AM (16 years ago)
Author:
mvoncken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • archive/Development/UiClient

    v9 v10  
    1111The synchronous api. 
    1212 
    13 Simple, but blocking the main thread. 
     13''Simple, but blocking the main thread.'' 
    1414{{{ 
    1515from deluge.ui.client import sclient 
     
    2424The asynchronous api. 
    2525 
    26 Used by rich user interfaces like gtk, or for performance critical batch-calls in webui. 
     26''Used by rich user interfaces like gtk, or for performance critical batch-calls in webui.'' 
    2727 
    2828{{{