diff options
author | Zeeshan Ali (Khattak) <zeeshanak@gnome.org> | 2009-11-19 18:34:43 +0200 |
---|---|---|
committer | Zeeshan Ali (Khattak) <zeeshanak@gnome.org> | 2009-11-19 18:36:27 +0200 |
commit | 1de5842d3be89b13762dfe1c87d6851a88bcfeb6 (patch) | |
tree | ec4ad623f6683d50f5576d834522435ee7a00905 /tests | |
parent | 1add7954d3499117a296298d5c9f86066852f7aa (diff) | |
download | gupnp-vala-1de5842d3be89b13762dfe1c87d6851a88bcfeb6.tar.gz |
Adapt SearchCriteria test applicationgupnp-vala-0.6.2
Adapt SearchCriteria test application to latest gupnp-av bindings.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/search-criteria-test.vala | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/search-criteria-test.vala b/tests/search-criteria-test.vala index 933124f..6249be1 100644 --- a/tests/search-criteria-test.vala +++ b/tests/search-criteria-test.vala @@ -44,9 +44,9 @@ public class Test.SearchCriteriaTest : Object { private bool on_expression (SearchCriteriaParser parser, string property, - uint op, + SearchCriteriaOp op, string value, - Error error) { + void *error) { print ("%s OP%u %s", property, op, value); return true; } |