[vala] avahi-gobject: add port argument to EntryGroup.add_service method
- From: Evan Nemerson <evann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] avahi-gobject: add port argument to EntryGroup.add_service method
- Date: Fri, 21 Oct 2011 19:42:55 +0000 (UTC)
commit 6f1cc7666bc5744d92ee363b1a6d7577977d2e42
Author: Fabian Deutsch <fabian deutsch gmx de>
Date: Fri Oct 21 12:39:42 2011 -0700
avahi-gobject: add port argument to EntryGroup.add_service method
vapi/avahi-gobject.vapi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/avahi-gobject.vapi b/vapi/avahi-gobject.vapi
index b453565..cba79f0 100644
--- a/vapi/avahi-gobject.vapi
+++ b/vapi/avahi-gobject.vapi
@@ -277,7 +277,7 @@ namespace Avahi {
public EntryGroupService add_service_strlist(string name, string type, uint16 port, ...) throws Error;
[CCode(sentinel="")]
public EntryGroupService add_service_full_strlist(Interface interface, Protocol protocol, PublishFlags flags, string name, string type, string domain, string host, uint16 port, ...) throws Error;
- public EntryGroupService add_service(string name, string type, ...) throws Error;
+ public EntryGroupService add_service(string name, string type, uint16 port, ...) throws Error;
public EntryGroupService add_service_full(Interface interface, Protocol protocol, PublishFlags flags, string name, string type, string domain, string host, uint16 port, ...) throws Error;
public void add_record(PublishFlags flags, string name, uint16 type, uint32 ttl, char[] data) throws Error;
public void add_record_full(Interface interface, Protocol protocol, PublishFlags flags, string name, uint16 class, uint16 type, uint32 ttl, char[] data) throws Error;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]