get_details_local


Description:

[ Version ( since = "0.8.17" ) ]
public Results get_details_local (string[] files, Cancellable? cancellable, ProgressCallback progress_callback) throws Error

Get details 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 null

progress_callback

the function to run when the progress changes

progress_user_data

data to pass to progress_callback

Returns:

a Results object, or null for error