![]() |
![]() |
![]() |
PackageKit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
gboolean pk_control_get_properties (PkControl *control, GCancellable *cancellable, GError **error); gchar ** pk_control_get_transaction_list (PkControl *control, GCancellable *cancellable, GError **error);
gboolean pk_control_get_properties (PkControl *control, GCancellable *cancellable, GError **error);
Gets the properties the daemon supports. Warning: this function is synchronous, and may block. Do not use it in GUI applications.
gchar ** pk_control_get_transaction_list (PkControl *control, GCancellable *cancellable, GError **error);
Gets the transaction list in progress. Warning: this function is synchronous, and may block. Do not use it in GUI applications.
|
a valid PkControl instance |
|
a GCancellable or NULL
|
|
A GError or NULL
|
Returns : |
The list of transaction id's, or NULL , free with g_strfreev()
|