The Interface Kit defines constants for characters that aren't normally represented by a visible symbol. This includes the usual space and backspace characters, but most invisible characters are ...
A BList object is a compact, ordered list of data pointers. BList objects can contain pointers to any type of data, including—and especially—objects. An item assigned to a BList is identified by an ...
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 ...
There are several types of objects a FS module has to deal with directly or indirectly: A vnode is the VFS representation of a node. As soon as an access to a node is requested, the VFS creates a ...
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 ...
The Locale Kit provides a set of tools for internationalizing, localizing and translating your software. This includes not only replacing string with their translations at runtime, but also more ...
In general, you should name your jobs/services after the application signature (if possible), and name the configuration files accordingly (in each case without the "application/" prefix).
Defines the BScreen class and support structures. More ...
Provides the BCursor class. More... B_CURSOR_ID_RESIZE_NORTH_EAST = 19 , B_CURSOR_ID_RESIZE_NORTH_WEST = 20 , B_CURSOR_ID_RESIZE_SOUTH_EAST = 21 , B_CURSOR_ID_RESIZE ...
Defines the BBitmap class and global operators and functions for handling bitmaps. More ...
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 ...
Defines the time zone API which specifies a time zone, allows you to display it to the user, and converts between GMT and local time. More ...