This commit is contained in:
guinux
2015-01-03 17:26:47 +01:00
parent cff0edab60
commit 0dc000f8f4
5 changed files with 20 additions and 8 deletions

View File

@@ -1319,6 +1319,9 @@ namespace Alpm {
[ReturnsModifiedPointer ()]
public unowned void add(G data);
[ReturnsModifiedPointer ()]
public unowned void add_str(string str);
[ReturnsModifiedPointer ()]
public unowned void join(List<G> list);