Sha256: 314f4b4b4bd0e4acebf60886ce03e4c01aa08ef4b067ff6fc55dcf2c7ea1ab27
Contents?: true
Size: 320 Bytes
Versions: 35
Compression:
Stored size: 320 Bytes
Contents
#ifndef GUMBO_ATTRIBUTE_H_ #define GUMBO_ATTRIBUTE_H_ #include "nokogiri_gumbo.h" #ifdef __cplusplus extern "C" { #endif // Release the memory used for a GumboAttribute, including the attribute itself void gumbo_destroy_attribute(GumboAttribute* attribute); #ifdef __cplusplus } #endif #endif // GUMBO_ATTRIBUTE_H_
Version data entries
35 entries across 35 versions & 2 rubygems