Sha256: e85f1739d0d06dcdb443d9aed035acfc1c54b7e2175294d5c0c4f8fffba7577f

Contents?: true

Size: 431 Bytes

Versions: 3

Compression:

Stored size: 431 Bytes

Contents

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

#ifndef __RBXS_PULLATTRIBUTE_H__
#define __RBXS_PULLATTRIBUTE_H__

#include "rbxs.h"

RUBY_EXTERN VALUE cSmartPullAttribute;

typedef struct rbxs_pullattribute {
  VALUE node;
  VALUE which;
} rbxs_pullattribute;

RUBY_EXTERN VALUE rbxs_pullattribute_new(VALUE class, VALUE node, VALUE which);
RUBY_EXTERN void  init_rbxs_pullattribute(void);
  
#endif

Version data entries

3 entries across 3 versions & 1 rubygems

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