Changes between Version 17 and Version 18 of Development/UiClient

Show
Ignore:
Timestamp:
02/23/08 15:11:48 (5 years ago)
Author:
mvoncken (IP: 82.169.47.144)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 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 =