Codebase list libvirt-glib / lintian-fixes/main libvirt-gconfig / libvirt-gconfig-enum-types.h.template
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

libvirt-gconfig-enum-types.h.template @lintian-fixes/mainraw · history · blame

/*** BEGIN file-header ***/
#ifndef __LIBVIRT_GCONFIG_ENUM_TYPES_H__
#define __LIBVIRT_GCONFIG_ENUM_TYPES_H__

#include <libvirt-gconfig/libvirt-gconfig.h>

G_BEGIN_DECLS
/*** END file-header ***/

/*** BEGIN value-header ***/
GType @enum_name@_get_type (void) G_GNUC_CONST;
#define @ENUMPREFIX@_TYPE_@ENUMSHORT@ (@enum_name@_get_type ())
/*** END value-header ***/

/*** BEGIN file-tail ***/
G_END_DECLS

#endif /* __LIBVIRT_GCONFIG_ENUM_TYPES_H__ */
/*** END file-tail ***/