Libxfce4windowing.ApplicationInstance¶
Fields¶
None
Methods¶
  | 
|
  | 
|
  | 
Details¶
- class Libxfce4windowing.ApplicationInstance¶
 An opaque structure representing an instance of an
Libxfce4windowing.Application.- get_name()¶
 - Returns:
 A string owned by self.
- Return type:
 
Fetches self's name, which can often be the same as the application name.
New in version 4.19.1.
- get_pid()¶
 - Returns:
 The process ID of self, or 0 if none is available.
- Return type:
 
Fetches self's PID.
New in version 4.19.1.
- get_windows()¶
 - Returns:
 The list of
Libxfce4windowing.Windowbelonging to self. The list and its contents are owned by self.- Return type:
 
Lists all windows belonging to the application instance.
New in version 4.19.1.