History log of /haiku/docs/user/app/LaunchRoster.dox
Revision Date Author Comments
# 42dcaf37 08-Oct-2020 Niels Sascha Reedijk <niels.reedijk@gmail.com>

HaikuBook: Hide BLaunchRoster and BToolTip documentation from book

These two classes are not yet in the public API, as such they are hidden behind
the INTERNAL conditional variable.

Change-Id: I4ac204a600715937ef99d8ff56c4026d06abec3f
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3305
Reviewed-by: waddlesplash <waddlesplash@gmail.com>


# 96efe3b3 10-Jan-2018 Augustin Cavalier <waddlesplash@gmail.com>

docs/user: Migrate Axel's "Introduction to the Launch Daemon" from Trac.


# 57c42121 29-Apr-2016 John Scipione <jscipione@gmail.com>

LaunchRoster docs: Add warning not to use class

...as it is not yet finalized.


# 686b7748 27-Apr-2016 John Scipione <jscipione@gmail.com>

LaunchRoster: doment data param to quiet warning


# 2e17b650 21-Oct-2015 Axel Dörfler <axeld@pinc-software.de>

BLaunchRoster::ResetStickyEvent() added.

* Used to unflag sticky events that already have been triggered once.


# 7cd19b7e 17-Oct-2015 Axel Dörfler <axeld@pinc-software.de>

launch_daemon: Implemented sticky events, and registration.

* Sticky events are events that keep their signal raised, ie. even if
a job is initialized afterwards, it will still be triggered.
* Consolidated naming for external events.
* Events are now registered once they are actually being used. This
allows them to allocate the resources they need to do their thing.


# 58fd8acd 17-Jul-2015 Axel Dörfler <axeld@pinc-software.de>

Added BLaunchRoster documentation.

* Untested, and could use some more love when it comes to possible
error codes.


# 58fd8acd7850f24e39eb1d8bbc413aec11893a40 17-Jul-2015 Axel Dörfler <axeld@pinc-software.de>

Added BLaunchRoster documentation.

* Untested, and could use some more love when it comes to possible
error codes.