Haiku API Bindings
app_info
Not logged in

Documentation | ApplicationKit | app_info

DESCRIPTION

Exposes the C++ app_info struct as a native map.

FIELDS

thread

An integer, the thread id of the main thread (typically this is the one running the Application object's message loop).

team

An integer, the team id. (What haiku calls a 'team' is often called a 'process' on other systems.)

port

An integer, the port id of the Application object's message port.

flags

An integer, flags that describe the application's behavior.

ref

The name of the file from which the application was launched.

signature

A native string, the application signature.