Sha256: b5f1743784ea3e81d6bfc4b521e8f193f9e7f227fae4d4525f1cbfe36b971d1c
Contents?: true
Size: 480 Bytes
Versions: 14
Compression:
Stored size: 480 Bytes
Contents
/* $Id: ruby_xml_attr.h 351 2008-07-09 19:55:21Z cfis $ */ /* Please see the LICENSE file for copyright and distribution information */ #ifndef __RUBY_XML_ATTR__ #define __RUBY_XML_ATTR__ extern VALUE cXMLAttr; void ruby_init_xml_attr(void); VALUE ruby_xml_attr_new(xmlAttrPtr xattr); VALUE ruby_xml_attr_value_get(VALUE self); VALUE ruby_xml_attr_value_set(VALUE self, VALUE val); void ruby_xml_attr_free(xmlAttrPtr xattr); VALUE ruby_xml_attr_wrap(xmlAttrPtr xattr); #endif
Version data entries
14 entries across 14 versions & 1 rubygems