Sha256: ec6430f2ad8d2e23fc3e86e0d3a4d7bea1a8ee34c449f9ea6d15fb5b250b827f
Contents?: true
Size: 299 Bytes
Versions: 40
Compression:
Stored size: 299 Bytes
Contents
/* Please see the LICENSE file for copyright and distribution information */ #ifndef __RXML_ATTR_DECL__ #define __RXML_ATTR_DECL__ extern VALUE cXMLAttrDecl; void rxml_init_attr_decl(void); VALUE rxml_attr_decl_wrap(xmlAttributePtr xattribute); VALUE rxml_attr_decl_value_get(VALUE self); #endif
Version data entries
40 entries across 40 versions & 1 rubygems