Sha256: 96848272d564c9d82a8420b71f0eee679ff1625bd8d2249e82e2472f2d9a8ae5
Contents?: true
Size: 440 Bytes
Versions: 1
Compression:
Stored size: 440 Bytes
Contents
# frozen_string_literal: true # Released under the MIT License. # Copyright, 2010, by Jari Bakken. # Copyright, 2012, by Hal Brodigan. # Copyright, 2013-2022, by Samuel Williams. module FFI module Clang module Lib typedef :pointer, :CXIndex # Source code index: attach_function :create_index, :clang_createIndex, [:int, :int], :CXIndex attach_function :dispose_index, :clang_disposeIndex, [:CXIndex], :void end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ffi-clang-0.8.0 | lib/ffi/clang/lib/index.rb |