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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • archive/Development/UiClient

    v18 v19  
    6868 
    6969 
    70 '''add_torrent_file_binary(filename, fdump, options): ''' 
    71  
    72 core-wrapper 
    73 Adds 1 torrent file to the core 
    74 Expects fdump as a bytestring. (== result of f.read()) 
     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()). 
    7575 
    7676'''connect_on_new_core(callback): '''