get_executable


Description:

public abstract unowned string get_executable ()

Gets the executable’s name for the installed application.

This is intended to be used for debugging or labelling what program is going to be run. To launch the executable, use [ method@Gio.AppInfo.launch] and related functions, rather than spawning the return value from this function.

Parameters:

this

the app info

Returns:

a string containing the this’s application binaries name