Sets a human-readable name for the application. This name should be localized if possible, and is intended for display to the user. Contrast with glib.global.setPrgname, which sets a non-localized name. glib.global.setPrgname will be called automatically by gtk.global.init_, but glib.global.setApplicationName will not.
Note that for thread safety reasons, this function can only be called once.
The application name will be used in contexts such as error messages, or when displaying an application's name in the task list.
localized name of the application
Sets a human-readable name for the application. This name should be localized if possible, and is intended for display to the user. Contrast with glib.global.setPrgname, which sets a non-localized name. glib.global.setPrgname will be called automatically by gtk.global.init_, but glib.global.setApplicationName will not.
Note that for thread safety reasons, this function can only be called once.
The application name will be used in contexts such as error messages, or when displaying an application's name in the task list.