summaryrefslogtreecommitdiff
path: root/swig/Pathname.i
diff options
context:
space:
mode:
authorGui Chen <gui.chen@intel.com>2012-08-16 21:20:18 +0800
committerGui Chen <gui.chen@intel.com>2012-08-16 21:20:18 +0800
commit3fbed28be806ffd390adaffe6a049f3dbd55b5aa (patch)
treed40b3cacac28f8814142edf60f062cf72a3401ea /swig/Pathname.i
parent857e712e5928c179e9da121e903b7df68029225e (diff)
downloadlibzypp-bindings-2.0alpha.tar.gz
libzypp-bindings-2.0alpha.tar.bz2
libzypp-bindings-2.0alpha.zip
Signed-off-by: Gui Chen <gui.chen@intel.com>
Diffstat (limited to 'swig/Pathname.i')
-rw-r--r--swig/Pathname.i12
1 files changed, 12 insertions, 0 deletions
diff --git a/swig/Pathname.i b/swig/Pathname.i
new file mode 100644
index 0000000..6b7305b
--- /dev/null
+++ b/swig/Pathname.i
@@ -0,0 +1,12 @@
+// Ignore static versions shadowed by member functions
+%ignore zypp::filesystem::Pathname::dirname(Pathname const &);
+%ignore zypp::filesystem::Pathname::basename(Pathname const &);
+%ignore zypp::filesystem::Pathname::extension(Pathname const &);
+%ignore zypp::filesystem::Pathname::absolutename(Pathname const &);
+%ignore zypp::filesystem::Pathname::relativename(Pathname const &);
+%ignore zypp::filesystem::Pathname::cat(Pathname const &,Pathname const &);
+%ignore zypp::filesystem::Pathname::extend(Pathname const &,std::string const &);
+
+%ignore zypp::filesystem::operator<( const Pathname & l, const Pathname & r );
+
+%include <zypp/Pathname.h>