EntryGroup
Object Hierarchy:
Description:
Namespace: Avahi
Package: avahi-gobject
Content:
Properties:
- public EntryGroupState state { get; }
Creation methods:
- public EntryGroup ()
Methods:
- 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
- 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 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_strlist (string name, string type, uint16 port, ...) throws Error
- public void attach (Client client) throws Error
- public void commit () throws Error
- public void reset () throws Error
Signals:
- public signal void state_changed (EntryGroupState state)
Inherited Members:
All known members inherited from class GLib.Object