Blame libgcab/gcab-enums.h.etemplate

Packit 8ef017
/*** BEGIN file-header ***/
Packit 8ef017
/*
Packit 8ef017
 * Copyright (C) 2012 Marc-André Lureau <marcandre.lureau@redhat.com>
Packit 8ef017
 *
Packit 8ef017
 * This library is free software; you can redistribute it and/or
Packit 8ef017
 * modify it under the terms of the GNU Lesser General Public
Packit 8ef017
 * License as published by the Free Software Foundation; either
Packit 8ef017
 * version 2 of the License, or (at your option) any later version.
Packit 8ef017
 *
Packit 8ef017
 * This library is distributed in the hope that it will be useful,
Packit 8ef017
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 8ef017
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	 See the GNU
Packit 8ef017
 * Lesser General Public License for more details.
Packit 8ef017
 *
Packit 8ef017
 * You should have received a copy of the GNU Lesser General Public
Packit 8ef017
 * License along with this library. If not, see <http://www.gnu.org/licenses/>.
Packit 8ef017
 */
Packit 8ef017
Packit 8ef017
#ifndef GCAB_ENUMS_H
Packit 8ef017
#define GCAB_ENUMS_H
Packit 8ef017
Packit 8ef017
#include <glib-object.h>
Packit 8ef017
Packit 8ef017
G_BEGIN_DECLS
Packit 8ef017
/*** END file-header ***/
Packit 8ef017
Packit 8ef017
/*** BEGIN value-header ***/
Packit 8ef017
GType @enum_name@_get_type (void) G_GNUC_CONST;
Packit 8ef017
#define GCAB_TYPE_@ENUMSHORT@ (@enum_name@_get_type ())
Packit 8ef017
/*** END value-header ***/
Packit 8ef017
Packit 8ef017
/*** BEGIN file-tail ***/
Packit 8ef017
G_END_DECLS
Packit 8ef017
Packit 8ef017
#endif
Packit 8ef017
/*** END file-tail ***/