Class

MetaWaylandClient

Description

final class Meta.WaylandClient : GObject.Object {
  /* No available fields */
}
No description available.

Hierarchy

hierarchy this MetaWaylandClient ancestor_0 GObject ancestor_0--this

Ancestors

  • GObject

Constructors

meta_wayland_client_new

Creates a new MetaWaylandClient. The GSubprocesslauncher passed is stored internally and will be used to launch the subprocess.

Instance methods

meta_wayland_client_hide_from_window_list
No description available.
meta_wayland_client_owns_window
No description available.
meta_wayland_client_show_in_window_list

Shows again this window in window lists, like taskbars, pagers…

meta_wayland_client_spawn

Creates a GSubprocess given a provided varargs list of arguments. It also sets up a new Wayland socket and sets the environment variable WAYLAND_SOCKET to make the new process to use it.

meta_wayland_client_spawnv

Creates a GSubprocess given a provided array of arguments, launching a new process with the binary specified in the first element of argv, and with the rest of elements as parameters. It also sets up a new Wayland socket and sets the environment variable WAYLAND_SOCKET to make the new process to use it.

Class structure

struct MetaWaylandClientClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.