This report covers hrev58043 through hrev58187. We’re now back to development “as usual” after the release of R1/beta5 (though some of the changes in this report did make it in to the release itself.) ...
The introduction of USB standardized the way many devices connected to a whole range of different computers and operating systems. It introduced a standard that was capable of getting rid of all the ...
Below you will find documentation on the Application Programming Interface (API) of the Haiku operating system. This API describes the internals of the operating system allowing developers to write ...
The Application Kit should be your starting point if you want to write native Haiku applications with a GUI. The application kit does exactly as its name suggests; it is the basis for Haiku ...
A modular, add-ons based network stack Two shared libraries, libnet.so and libnetapi.so A stack driver, acting as interface between the network stack and libnet.so Basic network apps A modular GUI ...
Haiku R1 introduces the first version of a system-wide key store service, allows you as developer to outsource some of the credential and certificate management, as well as providing an infrastructure ...
If the message cannot be delivered to the syslog daemon, it will be directly dumped to stderr. #define LOG_NDELAY (8 << 12) /* connect to the syslog daemon immediately */ Connect to the syslog daemon ...
You need to override this function to handle your node's initialization needs. The apiVersion argument indicates the version of the BeOS API the object was written ...
Currently, the only video clipping format supported by the Media Kit is B_CLIP_SHORT_RUNS, although there is a function in this class for converting between this format and BRegions. List of ...
This report covers hrev57901 through hrev58042. R1/beta5 was of course released just a few days ago, and many (though not all) of the changes in this report made it in to the release. madmax fixed a ...
Provides the BPropertyInfo class and support structures. More ...
Provides the BDirectory class. More ...