ApplicationInstance
Object Hierarchy:
Description:
[ CCode ( has_type_id = false ) ]
[ Compact ]
public class ApplicationInstance
An opaque structure representing an instance of an Application.
Content:
Methods:
- public unowned string get_name ()
Fetches this's name, which can often
be the same as the application name.
- public int get_pid ()
Fetches this's PID.
- public unowned List<Window> get_windows ()
Lists all windows belonging to the application instance.