Method

AstalWlRegistryget_global_by_id

Declaration

AstalWlGlobal*
astal_wl_registry_get_global_by_id (
  AstalWlRegistry* self,
  guint32 id
)

Description

Looks up a global by its numeric Iid.

Parameters

id

Type: guint32

No description available.

Return value

Type: AstalWlGlobal

No description available.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.