Class
PhoshAppTracker
Description [src]
final class Phosh.AppTracker : GObject.Object
{
/* No available fields */
}
Application state tracker
Tracks the startup state of applications.
Signals
Phosh.AppTracker::app-launch-started
The app is about to be launched by the shell or external process. This is guaranteed to be followed by at least one PhoshAppTracker:app-launched or PhoshAppTracker:app-failed signal.
Phosh.AppTracker::app-launched
The app got spawned or DBus activated. This is guaranteed to be followed by a PhoshAppTracker:app-ready or PhoshAppTracker:app-failed signal.
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.