diff options
author | Jürgen Hötzel <juergen@archlinux.org> | 2007-02-01 20:47:39 +0100 |
---|---|---|
committer | Jürgen Hötzel <juergen@archlinux.org> | 2007-02-01 20:47:39 +0100 |
commit | e70a3e80748ffe70c32f2c91998841aa81bb03a3 (patch) | |
tree | 65b76423654ff8f22c23b6fee389c0d7fafb87e9 /bindings/alpm.i | |
parent | cdaed9221d9614c4c43103d79f8b53b916d80d86 (diff) | |
download | pacman-e70a3e80748ffe70c32f2c91998841aa81bb03a3.tar.gz pacman-e70a3e80748ffe70c32f2c91998841aa81bb03a3.tar.xz |
* removal of swig generated bindings
Diffstat (limited to 'bindings/alpm.i')
-rw-r--r-- | bindings/alpm.i | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/bindings/alpm.i b/bindings/alpm.i deleted file mode 100644 index c2d04dd7..00000000 --- a/bindings/alpm.i +++ /dev/null @@ -1,23 +0,0 @@ -#if defined(SWIGPERL) -%module "Alpm::Core" -#else -%module alpm -#endif -%include "cpointer.i" - -/* Wrap a class interface around a "long *" */ -%pointer_class(long, longp); - -/* Create casting functions */ - -%pointer_cast(void *, long *, void_to_long); -%pointer_cast(void *, char *, void_to_char); -%pointer_cast(void *, unsigned long, void_to_unsigned_long); -%pointer_cast(void *, alpm_list_t *, void_to_pmlist); -%pointer_cast(void *, pmpkg_t *, void_to_pmpkg); -%pointer_cast(void *, pmgrp_t *, void_to_pmgrp); -%pointer_cast(void *, pmsyncpkg_t *, void_to_pmsyncpkg); -%pointer_cast(void *, pmdb_t *, void_to_pmdb); -%pointer_cast(void *, pmconflict_t *, void_to_pmconflict); - -%include "alpm.h" |