The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WL::gtk - Perl binding for gtk protocol

SYNOPSIS

  use WL::gtk;

DESCRIPTION

WL::gtk is a package generated from Wayland protocol definition using wl-scanner.pl. It implements WL::Base subclasses with wrappers for requests, event processing and constants for enums.

It is not indended to be used directly. Instead, see WL::Connection to see how to obtain the object instances.

To see how to attach event callbacks and issue requests, please refer to WL::Base base class.

Until proper documentation is finished, please refer to documentation of C bindings of the generated code (it is intended to be readable) to see what arguments to give to requests and expect from events.

Please consider this an alpha quality code, whose API can change at any time, until we reach version 1.0.

BUGS

The interface documentation for the bindings is lacking.

Only client part implemented, not server.

SEE ALSO

COPYRIGHT

Copyright 2013, 2014 Lubomir Rintel

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHORS

Lubomir Rintel lkundrak@v3.sk