[vala/0.14] avahi-gobject: add port argument to EntryGroup.add_service method
- From: JÃrg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.14] avahi-gobject: add port argument to EntryGroup.add_service method
- Date: Wed, 30 Nov 2011 14:25:00 +0000 (UTC)
commit f6e309c372779602bff89fc3bced4bb54f5c243f
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]