diff options
author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2010-12-22 15:52:54 +0000 |
---|---|---|
committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2010-12-22 16:03:43 +0000 |
commit | ffb2a32d6f3d4103f7c312fa69b586fa49374b16 (patch) | |
tree | e03187a3d70d73e9fa3060feeeea01507960e867 | |
parent | f6ff6a2e008fcfaeba068ccccaa288bc5c09a055 (diff) |
Add a telepathy-yell.h header
-rw-r--r-- | telepathy-yell/Makefile.am | 1 | ||||
-rw-r--r-- | telepathy-yell/telepathy-yell.h | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/telepathy-yell/Makefile.am b/telepathy-yell/Makefile.am index 8ba30eb..3e04765 100644 --- a/telepathy-yell/Makefile.am +++ b/telepathy-yell/Makefile.am @@ -50,6 +50,7 @@ codegen_headers = \ _gen/svc-call.h headers = \ + telepathy-yell.h \ extensions.h \ gtypes.h \ enums.h \ diff --git a/telepathy-yell/telepathy-yell.h b/telepathy-yell/telepathy-yell.h new file mode 100644 index 0000000..2fcc413 --- /dev/null +++ b/telepathy-yell/telepathy-yell.h @@ -0,0 +1,30 @@ +/* + * telepathy-yell.h - Headers for telepathy-yell + * + * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef __TELEPATHY_YELL_H__ +#define __TELEPATHY_YELL_H__ + +#include <telepathy-yell/enums.h> +#include <telepathy-yell/extensions.h> +#include <telepathy-yell/gtypes.h> +#include <telepathy-yell/interfaces.h> +#include <telepathy-yell/svc-call.h> + +#endif |