Sha256: 71c60afc90a73ea87dc488dc308f8f014f406e70f25dc5b0f157e30ddc1dd979
Contents?: true
Size: 533 Bytes
Versions: 17
Compression:
Stored size: 533 Bytes
Contents
/*** BEGIN file-header ***/ #ifndef LSM_SVG_ENUM_TYPES_H #define LSM_SVG_ENUM_TYPES_H #include <glib-object.h> G_BEGIN_DECLS /*** END file-header ***/ /*** BEGIN file-production ***/ /* Enumerations from "@filename@" */ /*** END file-production ***/ /*** BEGIN enumeration-production ***/ #define LSM_TYPE_@ENUMSHORT@ (@enum_name@_get_type()) GType @enum_name@_get_type (void) G_GNUC_CONST; /*** END enumeration-production ***/ /*** BEGIN file-tail ***/ G_END_DECLS #endif /* LSM_SVG_ENUM_TYPES_H */ /*** END file-tail ***/
Version data entries
17 entries across 17 versions & 1 rubygems