summaryrefslogtreecommitdiff
path: root/nbproject/configurations.xml
diff options
context:
space:
mode:
authorWayne Meissner <wmeissner@gmail.com>2010-05-22 10:00:25 +1000
committerWayne Meissner <wmeissner@gmail.com>2010-05-22 10:00:25 +1000
commitdaa6030da4fc0f5b8d7d4540d42bb8632cb1c3fa (patch)
treeeb32dcc81fa9637889175e3b23bc3788b16f62c9 /nbproject/configurations.xml
parent8e6781fd6d38a9aa2d7d6469bc89a3bfa6c2938f (diff)
downloadffi-daa6030da4fc0f5b8d7d4540d42bb8632cb1c3fa.tar.gz
Add custom data converters for parameter and return types
Diffstat (limited to 'nbproject/configurations.xml')
-rw-r--r--nbproject/configurations.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml
index 64d1780..b91a709 100644
--- a/nbproject/configurations.xml
+++ b/nbproject/configurations.xml
@@ -21,6 +21,8 @@
<itemPath>ext/ffi_c/FunctionInfo.c</itemPath>
<itemPath>ext/ffi_c/LastError.c</itemPath>
<itemPath>ext/ffi_c/LastError.h</itemPath>
+ <itemPath>ext/ffi_c/MappedType.c</itemPath>
+ <itemPath>ext/ffi_c/MappedType.h</itemPath>
<itemPath>ext/ffi_c/MemoryPointer.c</itemPath>
<itemPath>ext/ffi_c/MemoryPointer.h</itemPath>
<itemPath>ext/ffi_c/MethodHandle.c</itemPath>
@@ -78,6 +80,8 @@
<logicalFolder name="f2" displayName="spec" projectFiles="true">
<itemPath>spec/ffi/buffer_spec.rb</itemPath>
<itemPath>spec/ffi/callback_spec.rb</itemPath>
+ <itemPath>spec/ffi/custom_param_type.rb</itemPath>
+ <itemPath>spec/ffi/custom_type_spec.rb</itemPath>
<itemPath>spec/ffi/enum_spec.rb</itemPath>
<itemPath>spec/ffi/errno_spec.rb</itemPath>
<itemPath>spec/ffi/library_spec.rb</itemPath>