Struct wayland_server::Client [] [src]

pub struct Client { /* fields omitted */ }

A wayland client connected to your server

Methods

impl Client
[src]

Get a pointer to the C wl_client object

You may need it for FFI with C libraries.

Post a "no memory" message to the client

This will effectively kill this client's connection, and invalidates all its objects.

Create a client object from a pointer