[rygel/wip/basic-management: 116/138] core: Fix BasicManagement NSLookup input variable types
- From: Jussi Kukkonen <jussik src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel/wip/basic-management: 116/138] core: Fix BasicManagement NSLookup input variable types
- Date: Tue, 10 Sep 2013 07:31:26 +0000 (UTC)
commit 746b99f1744de5ae569c5c79a16609a772f9d23a
Author: Jussi Kukkonen <jussi kukkonen intel com>
Date: Fri May 31 14:55:14 2013 +0300
core: Fix BasicManagement NSLookup input variable types
src/librygel-core/rygel-basic-management.vala | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/librygel-core/rygel-basic-management.vala b/src/librygel-core/rygel-basic-management.vala
index 51c7ede..8cb4de0 100644
--- a/src/librygel-core/rygel-basic-management.vala
+++ b/src/librygel-core/rygel-basic-management.vala
@@ -304,13 +304,12 @@ public class Rygel.BasicManagement : Service {
typeof (string),
out dns_server,
"NumberOfRepetitions",
- typeof (string),
+ typeof (uint),
out repeat_count,
"Timeout",
- typeof (string),
+ typeof (uint32),
out interval_time_out);
-
BMTestNSLookup nslookup = new BMTestNSLookup();
try {
nslookup.init (hostname, dns_server,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]