backup
[platform/upstream/libzypp-bindings.git] / swig / Pathname.i
1 // Ignore static versions shadowed by member functions
2 %ignore zypp::filesystem::Pathname::dirname(Pathname const &);
3 %ignore zypp::filesystem::Pathname::basename(Pathname const &);
4 %ignore zypp::filesystem::Pathname::extension(Pathname const &);
5 %ignore zypp::filesystem::Pathname::absolutename(Pathname const &);
6 %ignore zypp::filesystem::Pathname::relativename(Pathname const &);
7 %ignore zypp::filesystem::Pathname::cat(Pathname const &,Pathname const &);
8 %ignore zypp::filesystem::Pathname::extend(Pathname const &,std::string const &);
9
10 %include <zypp/Pathname.h>