Libxfce4windowing.ApplicationInstance

Fields

None

Methods

get_name ()

get_pid ()

get_windows ()

Details

class Libxfce4windowing.ApplicationInstance

An opaque structure representing an instance of an Libxfce4windowing.Application.

get_name()
Returns:

A string owned by self.

Return type:

str

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:

int

Fetches self's PID.

New in version 4.19.1.

get_windows()
Returns:

The list of Libxfce4windowing.Window belonging to self. The list and its contents are owned by self.

Return type:

[Libxfce4windowing.Window]

Lists all windows belonging to the application instance.

New in version 4.19.1.