haiku/headers/os
Ingo Weinhold a406236dc2 New error codes:
- B_SHUTDOWN_CANCELLED: The shutdown process was cancelled (most likely by
  the user).
- B_SHUTTING_DOWN: An operation cannot be performed, since the system is
  shutting down (e.g. BApplication creation).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13413 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-07-03 16:50:29 +00:00
..
add-ons Screw source compatibility. Cleaning up the legacy. 2005-05-25 23:57:47 +00:00
app * Added a private API class BServer, a BApplication subclass especially 2005-06-28 14:53:29 +00:00
arch Added empty arch_debugger.h header file. 2005-03-03 06:07:59 +00:00
be_apps Added missing R5 headers. 2004-02-26 19:35:02 +00:00
device More headers for the new modules and PnP/device system - note, this 2004-06-06 23:52:08 +00:00
drivers Merged the disk device manager module interface for file systems with the 2005-05-23 17:15:56 +00:00
game IOBase() is not supported 2004-03-30 09:19:08 +00:00
interface The bar and knob frame are now calculated. That way we god rid of some billions fPrivateData->fThumbFrame.OffsetBy() calls 2005-07-03 07:42:24 +00:00
kernel Unlike R5, receive_data() could return an error code under Haiku - this 2005-06-12 11:14:37 +00:00
mail restore prior values for utf8 and null, for the sake of default send mail encoding settings 2004-11-17 01:56:18 +00:00
media Massive BSoundPlayer rewrite. Format negotiation and node registering/unregistering fixed. 2004-10-24 00:16:27 +00:00
midi Instruments (patches) are now correctly recognized. 2004-05-14 07:46:19 +00:00
midi2 Put private classes into the BPrivate namespace. 2004-05-13 10:55:10 +00:00
net Remove const that breaks binary compatibility (const are mangled too). 2004-08-14 01:24:57 +00:00
opengl Import OpenGL kit headers, thanks to Mesa3D project. 2005-06-26 13:50:18 +00:00
storage The curse of aging... a trembling hand. ;-) 2005-02-02 14:26:42 +00:00
support New error codes: 2005-07-03 16:50:29 +00:00
translation Moved FuncTranslator.h to private headers since it is not intended for the user. 2005-02-12 14:33:31 +00:00
AppKit.h
Be.h
BeBuild.h Import OpenGL kit headers, thanks to Mesa3D project. 2005-06-26 13:50:18 +00:00
DeviceKit.h
GameKit.h
InterfaceKit.h
KernelKit.h
MailKit.h
MediaKit.h
MidiKit.h
NetKit.h
NetworkKit.h
OpenGLKit.h Removed GLX headers: was never there anyway! 2005-06-26 21:48:15 +00:00
StorageKit.h
SupportKit.h
TranslationKit.h