Sha256: fe2b48579b7f30d0c49a43765ba13faaf77751d2c6439099dff29b98d3db77db
Contents?: true
Size: 374 Bytes
Versions: 2
Compression:
Stored size: 374 Bytes
Contents
/* $Id: ruby_xml_attr.h 712 2009-01-20 08:08:52Z cfis $ */ /* Please see the LICENSE file for copyright and distribution information */ #ifndef __RXML_ATTR__ #define __RXML_ATTR__ extern VALUE cXMLAttr; void ruby_init_xml_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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
libxml-ruby-0.9.8 | ext/libxml/ruby_xml_attr.h |
libxml-ruby-0.9.8-x86-mswin32-60 | ext/libxml/ruby_xml_attr.h |