Sha256: 933d478a077a1a4bdf2b2391d2ac6d2269f276cc07a18e92f0841583fbde5fa3

Contents?: true

Size: 400 Bytes

Versions: 3

Compression:

Stored size: 400 Bytes

Contents

/* Please see the COPYING file for copyright and distribution information */

#ifndef __RBXS_DOMTEXT_H__
#define __RBXS_DOMTEXT_H__

#include "rbxs.h"

RUBY_EXTERN VALUE cSmartDomText;

typedef struct rbxs_domtext {
  VALUE      doc;
  xmlNodePtr node;
} rbxs_domtext;

RUBY_EXTERN VALUE rbxs_domtext_new(VALUE class, VALUE doc, xmlNodePtr node);
RUBY_EXTERN void  init_rbxs_domtext(void);
  
#endif

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruby-xml-smart-0.1.12.1-i486-linux rbxs_domtext.h
ruby-xml-smart-0.1.12-i486-linux rbxs_domtext.h
ruby-xml-smart-0.1.11-i486-linux rbxs_domtext.h