2009-08-28 15:42:11 +02:00
|
|
|
--- awesome selection (clipboard) API
|
|
|
|
-- @author Julien Danjou <julien@danjou.info>
|
|
|
|
-- @copyright 2008-2009 Julien Danjou
|
2014-05-20 00:22:35 +02:00
|
|
|
-- @module selection
|
2009-08-28 15:42:11 +02:00
|
|
|
|
|
|
|
--- Get the selection (clipboard) content.
|
2014-05-20 00:22:35 +02:00
|
|
|
--
|
2009-08-28 15:42:11 +02:00
|
|
|
-- @return A string with the selection (clipboard) content.
|
2014-05-20 00:22:35 +02:00
|
|
|
-- @function selection
|