Method

GdkX11X11Screenget_window_manager_name

deprecated: 4.18 

Declaration [src]

const char*
gdk_x11_screen_get_window_manager_name (
  GdkX11Screen* screen
)

Description [src]

Returns the name of the window manager for screen.

Deprecated since: 4.18

Please do not use it in newly written code.

Return value

Type: 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.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.