Sha256: d819a8f52081ac344140627bd608cb04efbfee60c1846db32fd00a3d25b66ce0
Contents?: true
Size: 310 Bytes
Versions: 30
Compression:
Stored size: 310 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
30 entries across 30 versions & 1 rubygems