Util.setPrgname

Sets the name of the program. This name should not be localized, contrast with g_set_application_name(). Note that for thread-safety reasons this function can only be called once.

class Util
static
void
setPrgname
(
string prgname
)

Parameters

prgname string

the name of the program.

Meta