Class: TidyFFI::LibTidy

Inherits:
Object
  • Object
show all
Extended by:
FFI::Library
Defined in:
lib/tidy_ffi/lib_tidy.rb

Overview

This file must be lazy loaded!

Defined Under Namespace

Classes: TidyBuf, TidyBufWithAllocator

Constant Summary collapse

TIDY_OPTION_TYPE =

types /** Option data types */ typedef enum

TidyString,          /**< String */
TidyInteger,         /**< Integer or enumeration */
TidyBoolean          /**< Boolean flag */

TidyOptionType;

[:string, :integer, :boolean].freeze