| PkFilesPkFiles — Files object |  | 
Description
This GObject represents a files from a transaction.
These objects represent single items of data from the transaction, and are
often present in lists (PkResults) or just refcounted in client programs.
 
Functions
pk_files_get_package_id ()
const gchar *
pk_files_get_package_id (PkFiles *files);
Gets the package-id
Returns
 Gets the package_id for the files object
 
Since: 0.9.1
 
pk_files_get_files ()
gchar **
pk_files_get_files (PkFiles *files);
Gets the file list
Returns
Gets the file list for the files object. 
[transfer none]
 
Since: 0.9.1
 
 
Property Details
The “files” property
  “files”                    GStrv
Flags: Read / Write
Since: 0.5.4
 
The “package-id” property
  “package-id”               gchar *
Flags: Read / Write
Default value: NULL
Since: 0.5.4