| PackageKit Reference Manual | ||||
|---|---|---|---|---|
#define PK_NOTIFY_ERROR PkNotifyPrivate; PkNotify; PkNotify* pk_notify_new (void);
"repo-list-changed" signalvoid user_function (PkNotify *notify, gpointer user_data) : Run Last
The ::repo-list-changed signal is emitted when the repo list may have changed and the notify program may have to update some UI.
|
the PkNotify instance that emitted the signal |
|
user data set when the signal handler was connected. |
"restart-schedule" signalvoid user_function (PkNotify *pknotify, gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"updates-changed" signalvoid user_function (PkNotify *notify, gpointer user_data) : Run Last
The ::updates-changed signal is emitted when the update list may have changed and the notify program may have to update some UI.
|
the PkNotify instance that emitted the signal |
|
user data set when the signal handler was connected. |