Method

MetaWindowget_wm_class

Declaration [src]

const char*
meta_window_get_wm_class (
  MetaWindow* window
)

Description [src]

Return the current value of the name part of WM_CLASS X property.

Return value

Returns: const char*
 

The current value of the name part of WM_CLASS X property.

 The data is owned by the instance.
 The return value can be NULL.
 The string is a NUL terminated UTF-8 string.