]> git.meshlink.io Git - catta/blobdiff - avahi-daemon/DBUS-API
* add new text file "HACKING" and ignore more stuff in "common"
[catta] / avahi-daemon / DBUS-API
index 2ad5fa19d1e0f14187cac1015ef2d8607a2270d1..9b46ac05b4ab2264e4b375b1b29b254bff600efd 100644 (file)
@@ -20,8 +20,10 @@ org.freedesktop.Avahi.Server
 org.freedesktop.Avahi.EntryGroup
         void Free()
         void Commit()
+        void Reset()
         int32 GetState()
-        void AddService(int32 interface, int32 protocol, string type, string name, string domain, string host, uint16 port, string txt[])
+       boolean IsEmpty()
+        void AddService(int32 interface, int32 protocol, string name, string type, string domain, string host, uint16 port, string txt[])
         void AddAddress(int32 interface, int32 protocol, string name, string address)
         SIGNAL StateChanged(int32 state)