Changes between Version 17 and Version 18 of archive/Development/UiClient


Ignore:
Timestamp:
02/23/2008 03:11:48 PM (16 years ago)
Author:
mvoncken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • archive/Development/UiClient

    v17 v18  
    6767''Generated from docstrings , do not edit'' 
    6868 
     69 
     70'''add_torrent_file_binary(filename, fdump, options): ''' 
     71 
     72core-wrapper 
     73Adds 1 torrent file to the core 
     74Expects fdump as a bytestring. (== result of f.read()) 
     75 
    6976'''connect_on_new_core(callback): ''' 
    7077 
     
    99106 
    100107Shutdown the core daemon 
    101  
    102108 
    103109= Remote api =