| PackageKit Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
struct PkError; struct PkErrorClass; PkError * pk_error_new (void); PkErrorEnum pk_error_get_code (PkError *error_code); const gchar * pk_error_get_details (PkError *error_code); PkErrorPrivate;
This GObject represents a error_code 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.