Method

AstalWlRegistryfind_globals

Declaration

GList*
astal_wl_registry_find_globals (
  AstalWlRegistry* self,
  const gchar* interface
)

Description

Returns a list of globals, optionally filtered by interface name. If null is passed, all globals are returned.

Parameters

interface

Type: const gchar*

No description available.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: A list of None

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.