Method

MetaWindowget_sandboxed_app_id

Declaration [src]

const char*
meta_window_get_sandboxed_app_id (
  MetaWindow* window
)

Description [src]

Gets an unique id for a sandboxed app (currently flatpaks and snaps are supported).

Return value

Returns: const char*
 

The sandboxed application ID or NULL.

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