Sha256: e9379cd4c14ce3c738ab75d69b9dfc351b1f9972fa18406a076e31f7a00b8656
Contents?: true
Size: 382 Bytes
Versions: 27
Compression:
Stored size: 382 Bytes
Contents
#ifndef __LIBRSVG_ENUM_TYPES_H__ #define __LIBRSVG_ENUM_TYPES_H__ #include <glib-object.h> G_BEGIN_DECLS /* enumerations from "rsvg.h" */ GType rsvg_error_get_type (void); #define RSVG_TYPE_ERROR (rsvg_error_get_type()) GType rsvg_handle_flags_get_type (void); #define RSVG_TYPE_HANDLE_FLAGS (rsvg_handle_flags_get_type()) G_END_DECLS #endif /* __LIBRSVG_ENUM_TYPES_H__ */
Version data entries
27 entries across 27 versions & 1 rubygems