diff options
| author | James Willcox <snopr@snorp.net> | 2005-09-12 23:04:37 +0000 | 
|---|---|---|
| committer | James Willcox <snopr@snorp.net> | 2005-09-12 23:04:37 +0000 | 
| commit | a789dcb33d3a587bbd78671a58e2d8b4b479f36e (patch) | |
| tree | 36f6936c74d69f71e570f2f482a11d0529936e81 | |
| parent | 10dd71bc7839270de1ddfc61c57a98e89117db14 (diff) | |
allow varags for the TXT data in AddService
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@570 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
| -rw-r--r-- | avahi-sharp/EntryGroup.cs | 2 | 
1 files changed, 1 insertions, 1 deletions
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);  | 
