GrafX2 2.9.3227
The ultimate 256-color painting program
|
Definition of Haiku specific functions. More...
#include <Clipboard.h>
#include <Entry.h>
#include <image.h>
#include <Volume.h>
#include <stdio.h>
#include <string.h>
#include "haiku.h"
Functions | |
qword | haiku_get_free_space (char *path) |
char * | haiku_get_clipboard () |
const char * | haiku_get_app_path () |
Definition of Haiku specific functions.
Haiku API is C++, so this is C++ code exporting as C symbols to be called by GrafX2 C code.
qword haiku_get_free_space | ( | char * | path | ) |
Referenced by GFX2_DiskFreeSpace().
char * haiku_get_clipboard | ( | ) |
References NULL.
Referenced by GFX2_GetTextClipboard().
const char * haiku_get_app_path | ( | ) |
References NULL.
Referenced by Get_program_directory().