struct CCL::Linux::IWaylandSocket

Overview

Wayland socket interface. More…

#include <ilinuxspecifics.h>

struct IWaylandSocket: public CCL::IUnknown
{
    // methods

    virtual wl_display*CCL_API openWaylandConnection () = 0;
    virtual tresult CCL_API closeWaylandConnection (wl_display* display) = 0;
};

Inherited Members

public:
    // methods

    virtual tresult CCL_API queryInterface (UIDRef iid, void** ptr) = 0;
    virtual unsigned int CCL_API retain () = 0;
    virtual unsigned int CCL_API release () = 0;

Detailed Documentation

Wayland socket interface.

Methods

virtual wl_display*CCL_API openWaylandConnection () = 0

Open a Wayland connection on this socket.

virtual tresult CCL_API closeWaylandConnection (wl_display* display) = 0

Close a previously created connection.