Sha256: 8c87f1fb5af89edb2510dd0bd36853b9f7a78bc89b5bbff7445be0b9570c877b
Contents?: true
Size: 359 Bytes
Versions: 18
Compression:
Stored size: 359 Bytes
Contents
/* $Id: ruby_xml_attr.h 666 2008-12-07 00:16:50Z cfis $ */ /* 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
18 entries across 18 versions & 3 rubygems