% Copyright (C) 2009 John Millikin % % This program is free software: you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by % the Free Software Foundation, either version 3 of the License, or % any later version. % % This program is distributed in the hope that it will be useful, % but WITHOUT ANY WARRANTY; without even the implied warranty of % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License % along with this program. If not, see . \ignore{ \begin{code} module DBus.Types ( module DBus.Types.Atom , module DBus.Types.Containers , module DBus.Types.Endianness , module DBus.Types.Names , module DBus.Types.ObjectPath , module DBus.Types.Serial , module DBus.Types.Signature ) where import DBus.Types.Atom import DBus.Types.Containers import DBus.Types.Endianness import DBus.Types.Names import DBus.Types.ObjectPath import DBus.Types.Serial import DBus.Types.Signature \end{code} } \clearpage \section{Types} \input{DBus/Types/Atom.lhs} \input{DBus/Types/Signature.lhs} \input{DBus/Types/Names.lhs} \input{DBus/Types/ObjectPath.lhs} \input{DBus/Types/Serial.lhs} \input{DBus/Types/Endianness.lhs} \input{DBus/Types/Containers.lhs}