Util.setPrgname

Sets the name of the program. This name should not be localized, in contrast to g_set_application_name().

Note that for thread-safety reasons this function can only be called once.

struct Util
static
void
setPrgname
(
string prgname
)

Parameters

prgname string

the name of the program.

Meta