Method

GdkX11.X11Screen.get_window_manager_name

Declaration [src]

const char*
gdk_x11_screen_get_window_manager_name (
  GdkX11Screen* screen
)

Description [src]

Returns the name of the window manager for screen.

Return value

Returns: const char*

the name of the window manager screen screen, or “unknown” if the window manager is unknown. The string is owned by GDK and should not be freed.

Ownership is not transferred to the caller
The string is a NUL terminated UTF-8 string