Method

GdkWayland.WaylandDisplay.query_registry

Declaration [src]

gboolean
gdk_wayland_display_query_registry (
  GdkDisplay* display,
  const char* global
)

Description [src]

Returns TRUE if the the interface was found in the display wl_registry.global handler.

Parameters

global const char*
 

global interface to query in the registry

 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string

Return value

Returns: gboolean

TRUE if the global is offered by the compositor