index | headlines | <<previous | next>> |
The Application Kit
Developer Release Notes BeOS Release 4.5 |
BApplication
BApplication(const char *signature,
status_t *error);
|
If there's a problem constructing the BApplication object, the error argument tells you what went wrong, but your app continues to run. Previously, the constructor would exit if there was a problem. If the object is successfully created, error is set to B_OK. A list of other error codes is forthcoming.
int32 CountLoopers() const;
|
Field | Type | Meaning |
---|---|---|
"be:clipboard" | B_STRING_TYPE | The clipboard's name. |
"be:count" | B_INT32_TYPE | The number of times data has been committed to the clipboard. (This is the same as the number returned by the new SystemCount() function, described below.) |
status_t Rename(const char *old_name,
const char *new_name);
|
index | headlines | <<previous | next>> |
BeOS Release 4.5 |
Copyright ©
1999 Be, Inc. 
All rights reserved.