Sha256: 05421f2e5f795e4966c6ca2d2f5e6deafa37b4116245d7eb44b845b7fd8bee7b
Contents?: true
Size: 473 Bytes
Versions: 2
Compression:
Stored size: 473 Bytes
Contents
/* $Id: ruby_xml_attr.h 225 2007-12-07 04:58:09Z transami $ */ /* Please see the LICENSE file for copyright and distribution information */ #ifndef __RUBY_XML_ATTR__ #define __RUBY_XML_ATTR__ extern VALUE cXMLAttr; typedef struct ruby_xml_attr { xmlAttrPtr attr; } ruby_xml_attr_t; void ruby_xml_attr_free(ruby_xml_attr_t *rxn); VALUE ruby_xml_attr_wrap(VALUE class, xmlAttrPtr xnode); void ruby_init_xml_attr(void); VALUE ruby_xml_attr_name_get(VALUE self); #endif
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
libxml-ruby-0.5.3 | ext/libxml/ruby_xml_attr.h |
libxml-ruby-0.5.4 | ext/libxml/ruby_xml_attr.h |