Sha256: 13c046cd7c80bea3cb94c9cf793056603e38a18efb38fc620102bc31636d2a4d
Contents?: true
Size: 445 Bytes
Versions: 3
Compression:
Stored size: 445 Bytes
Contents
/* Please see the COPYING file for copyright and distribution information */ #ifndef __RBXS_DOMATTRIBUTE_H__ #define __RBXS_DOMATTRIBUTE_H__ #include "rbxs.h" RUBY_EXTERN VALUE cSmartDomAttribute; typedef struct rbxs_domattribute { VALUE doc; xmlAttrPtr attribute; } rbxs_domattribute; RUBY_EXTERN VALUE rbxs_domattribute_new(VALUE class, VALUE doc, xmlAttrPtr attribute); RUBY_EXTERN void init_rbxs_domattribute(void); #endif
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ruby-xml-smart-0.1.12.1-i486-linux | rbxs_domattribute.h |
ruby-xml-smart-0.1.12-i486-linux | rbxs_domattribute.h |
ruby-xml-smart-0.1.11-i486-linux | rbxs_domattribute.h |