Sha256: 5825afd6ee29cd1a26a32d89e61530a3ecd23300dc3c95c316a8c1aa91d41ed9
Contents?: true
Size: 370 Bytes
Versions: 13
Compression:
Stored size: 370 Bytes
Contents
/* $Id: ruby_xml_attr.h 758 2009-01-25 20:36:03Z cfis $ */ /* Please see the LICENSE file for copyright and distribution information */ #ifndef __RXML_ATTR__ #define __RXML_ATTR__ extern VALUE cXMLAttr; void rxml_init_attr(void); VALUE rxml_attr_wrap(xmlAttrPtr xattr); VALUE rxml_attr_value_get(VALUE self); VALUE rxml_attr_value_set(VALUE self, VALUE val); #endif
Version data entries
13 entries across 13 versions & 2 rubygems