summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2009-01-29 19:33:52 +0200
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2009-01-30 10:40:06 +0200
commitf0843fcc406750a6678da31f7181f2e92be42f46 (patch)
tree4f97e4e9bfa61d18e4f5c26446ea7281e267631f /tests
parentbb79aa9edc571cd46dc974b0c4c0cd5cb3f0f560 (diff)
downloadgupnp-vala-f0843fcc406750a6678da31f7181f2e92be42f46.tar.gz
GUPnPService::action_invoked.action is 'owned' by the handler.
Diffstat (limited to 'tests')
-rw-r--r--tests/server-test.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/server-test.vala b/tests/server-test.vala
index 598a8be..afc3eea 100644
--- a/tests/server-test.vala
+++ b/tests/server-test.vala
@@ -57,7 +57,7 @@ public class Test.ServerTest : Object {
return 0;
}
- private void on_browse (Service service, ServiceAction action) {
+ private void on_browse (Service service, owned ServiceAction action) {
print ("Browse action was invoked\n");
print ("\tLocales: ");