Function
Grlinit
since: 0.1.6
Declaration [src]
void
grl_init (
gint* argc,
gchar*** argv
)
Parameters
argc
-
Type:
gint*
Number of input arguments, length of
argv
.The argument will be modified by the function. The argument can be set to NULL
by the function. argv
-
Type: An array of
utf8
List of arguments.
The argument will be modified by the function. The argument can be set to NULL
by the function.The length of the array is specified in the argc
argument.The data is owned by the function. Each element is a NUL terminated UTF-8 string.