24 #ifndef __LIBS_GUI_UTILS_SERVICE_MODEL_H_
25 #define __LIBS_GUI_UTILS_SERVICE_MODEL_H_
27 #include <netcomm/service_discovery/browse_handler.h>
28 #include <core/utils/lock_queue.h>
56 Gtk::TreeModelColumn<Glib::ustring>
name;
57 Gtk::TreeModelColumn<Glib::ustring>
type;
58 Gtk::TreeModelColumn<Glib::ustring>
domain;
60 Gtk::TreeModelColumn<Glib::ustring>
ipaddr;
61 Gtk::TreeModelColumn<unsigned short>
port;
76 const char* host_name,
77 const struct sockaddr* addr,
78 const socklen_t addr_size,
80 std::list<std::string>& txt,
118 bool m_own_avahi_thread;