Function
Finchstart
Declaration [src]
gboolean
finch_start (
int* argc,
char*** argv
)
Parameters
argc |
int* |
Address of the argc parameter of your |
|
The data is owned by the caller of the function. | |
argv |
char*** |
Address of the argv parameter of main(), or |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |