summaryrefslogtreecommitdiff
path: root/swig/Changelog.i
blob: 0470fdb8a0c4961a58acc467034dbfd13432682d (plain)
1
2
3
4
5
6
7
8
9
10
11
%include <zypp/Changelog.h>

// some list ctor requires a ChangelogEntry default ctor
// but we don't have one.
%ignore std::list<zypp::ChangelogEntry>::list;

namespace zypp
{
  typedef ::std::list<ChangelogEntry> Changelog;
  %template(Changelog) ::std::list<ChangelogEntry>;
}