Add watching support for installation location package changes
Can be requested/stopped via BPackageRoster::{Start,Stop}Watching().
The notification message has the what code B_PACKAGE_UPDATE and contains
fields "event", "location", and "change count".
This commit is contained in:
@@ -124,6 +124,10 @@ enum {
|
||||
B_REG_DELETE_USER = 'rdus',
|
||||
B_REG_UPDATE_GROUP = 'rugr',
|
||||
B_REG_DELETE_GROUP = 'rdgr',
|
||||
|
||||
// package watching requests
|
||||
B_REG_PACKAGE_START_WATCHING = 'rgPw',
|
||||
B_REG_PACKAGE_STOP_WATCHING = 'rgPx',
|
||||
};
|
||||
|
||||
// B_REG_MIME_SET_PARAM "which" constants
|
||||
|
||||
Reference in New Issue
Block a user