Sha256: 80a1f0695bf3abd5741a3ebba84f886d1ff624c14b46316d3e60f435aab2a33d
Contents?: true
Size: 417 Bytes
Versions: 3
Compression:
Stored size: 417 Bytes
Contents
/* Please see the COPYING file for copyright and distribution information */ #ifndef __RBXS_DOMATTRIBUTESET_H__ #define __RBXS_DOMATTRIBUTESET_H__ #include "rbxs.h" RUBY_EXTERN VALUE cSmartDomAttributeSet; typedef struct rbxs_domattributeset { VALUE node; } rbxs_domattributeset; RUBY_EXTERN VALUE rbxs_domattributeset_new(VALUE class, VALUE node); RUBY_EXTERN void init_rbxs_domattributeset(void); #endif
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ruby-xml-smart-0.1.12.1-i486-linux | rbxs_domattributeset.h |
ruby-xml-smart-0.1.12-i486-linux | rbxs_domattributeset.h |
ruby-xml-smart-0.1.11-i486-linux | rbxs_domattributeset.h |