get_files_local
Description:
[ Version ( since = "0.9.1" ) ]
public Results get_files_local (string[] files, Cancellable? cancellable, ProgressCallback progress_callback) throws Error
  public Results get_files_local (string[] files, Cancellable? cancellable, ProgressCallback progress_callback) throws Error
Get file list of a local package, so more information can be obtained for GUI or command line tools.
Warning: this function is synchronous, and may block. Do not use it in GUI applications.
Parameters:
| this | 
           a valid Client instance  | 
      
| files | 
           a null terminated array of filenames  | 
      
| cancellable | 
           a Cancellable or   | 
      
| progress_callback | 
           the function to run when the progress changes  | 
      
| progress_user_data | 
           data to pass to   | 
      
Returns:
| 
           a Results object, or   |