Method

MetaWindowget_startup_id

Declaration [src]

const char*
meta_window_get_startup_id (
  MetaWindow* window
)

Description [src]

Gets the startup id of the given MetaWindow.

Return value

Returns: const char*
 

The startup id.

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