From a789dcb33d3a587bbd78671a58e2d8b4b479f36e Mon Sep 17 00:00:00 2001 From: James Willcox Date: Mon, 12 Sep 2005 23:04:37 +0000 Subject: allow varags for the TXT data in AddService git-svn-id: file:///home/lennart/svn/public/avahi/trunk@570 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-sharp/EntryGroup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avahi-sharp/EntryGroup.cs b/avahi-sharp/EntryGroup.cs index aa97dbd..92bfd4e 100644 --- a/avahi-sharp/EntryGroup.cs +++ b/avahi-sharp/EntryGroup.cs @@ -124,7 +124,7 @@ namespace Avahi } public void AddService (int iface, Protocol proto, string name, string type, string domain, - string host, UInt16 port, string[] txt) + string host, UInt16 port, params string[] txt) { IntPtr list = avahi_string_list_new (IntPtr.Zero); -- cgit