Guitarix
|
#include <avahi_discover.h>
Classes | |
struct | Entry |
Public Member Functions | |
AvahiBrowser () | |
~AvahiBrowser () | |
sigc::signal< void > & | signal_changed () |
void | get_service_names (std::vector< Glib::ustring > &r) |
bool | invoke_resolver (const Glib::ustring &name) |
bool | get_address_port (Glib::ustring &address, int &port, Glib::ustring &name, Glib::ustring &host) |
Definition at line 31 of file avahi_discover.h.
AvahiBrowser::AvahiBrowser | ( | ) |
Definition at line 26 of file avahi_discover.cpp.
AvahiBrowser::~AvahiBrowser | ( | ) |
Definition at line 52 of file avahi_discover.cpp.
bool AvahiBrowser::get_address_port | ( | Glib::ustring & | address, |
int & | port, | ||
Glib::ustring & | name, | ||
Glib::ustring & | host | ||
) |
Definition at line 69 of file avahi_discover.cpp.
Referenced by SelectInstance::get_address_port().
void AvahiBrowser::get_service_names | ( | std::vector< Glib::ustring > & | r | ) |
Definition at line 83 of file avahi_discover.cpp.
bool AvahiBrowser::invoke_resolver | ( | const Glib::ustring & | name | ) |
Definition at line 89 of file avahi_discover.cpp.
|
inline |
Definition at line 75 of file avahi_discover.h.
Referenced by SelectInstance::SelectInstance().