Class
AstalAppsApplication
Instance methods
astal_apps_application_launch
Launches this application. The launched application inherits the environment of the launching process.
astal_apps_application_fuzzy_match
Calculate a score for an application using fuzzy matching algorithm.
Properties
AstalApps.Application:frequency
The number of times astal_apps_application_launch()
was called on this Application.
AstalApps.Application:wm-class
StartupWMClass
field from the desktop file. This represents the WM_CLASS
property of the main window of the application.
AstalApps.Application:executable
Exec
field from the desktop file. Note that if you want to launch this Application you should use the [method@
AstalApps.Application.launch] method.
AstalApps.Application:icon-name
Icon
field from the desktop file. This is usually a named icon or a path to a file.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.