BLaunchRoster::ResetStickyEvent() added.
* Used to unflag sticky events that already have been triggered once.
This commit is contained in:
@@ -31,6 +31,7 @@ enum {
|
||||
B_REGISTER_LAUNCH_EVENT = 'lnre',
|
||||
B_UNREGISTER_LAUNCH_EVENT = 'lnue',
|
||||
B_NOTIFY_LAUNCH_EVENT = 'lnne',
|
||||
B_RESET_STICKY_LAUNCH_EVENT = 'lnRe',
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -42,6 +42,8 @@ public:
|
||||
const char* name);
|
||||
status_t NotifyEvent(const BMessenger& source,
|
||||
const char* name);
|
||||
status_t ResetStickyEvent(const BMessenger& source,
|
||||
const char* name);
|
||||
|
||||
class Private;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user