2 -- @author Julien Danjou <julien@danjou.info>
3 -- @copyright 2008-2009 Julien Danjou
7 -- @field name Tag name.
8 -- @field screen Screen number of the tag.
9 -- @field selected True if the client is selected to be viewed.
13 --- Get or set the clients attached to this tag.
14 -- @param clients_table None or a table of clients to set as being tagged with this tag.
15 -- @return A table with the clients attached to this tags.
20 -- @param name A signal name.
21 -- @param func A function to call when the signal is emited.
26 -- @param name A signal name.
27 -- @param func A function to remove.
28 -- @name remove_signal
32 -- @param name A signal name.
33 -- @param ... Various arguments, optional.