getApplicationName

Gets a human-readable name for the application, as set by glib.global.setApplicationName. This name should be localized if possible, and is intended for display to the user. Contrast with glib.global.getPrgname, which gets a non-localized name. If glib.global.setApplicationName has not been called, returns the result of glib.global.getPrgname (which may be null if glib.global.setPrgname has also not been called).

string
getApplicationName
()

Return Value

Type: string

human-readable application name. May return null