Gnome2::VFS::DNSSD(3pm)
NAME
Gnome2::VFS::DNSSD - network service discovery
METHODS
- list = Gnome2::VFS::DNSSD->browse ($domain, $type, $func, $data=undef)
- o $domain (string)
- o $type (string)
- o $func (scalar)
- o $data (scalar)
- list = Gnome2::VFS::DNSSD->browse_sync ($domain, $type, $timeout_msec)
- o $domain (string)
- o $type (string)
- o $timeout_msec (integer)
- list = Gnome2::VFS->get_default_browse_domains list = Gnome2::VFS::DNSSD->list_browse_domains_sync ($domain,
- $timeout_msec)
o $domain (string)o $timeout_msec (integer)
- list = Gnome2::VFS::DNSSD->resolve ($name, $type, $domain, $timeout, $func,
- $data=undef)
o $name (string)o $type (string)o $domain (string)o $timeout (integer)o $func (scalar)o $data (scalar)
- list = Gnome2::VFS::DNSSD->resolve_sync ($name, $type, $domain,
- $timeout_msec)
o $name (string)o $type (string)o $domain (string)o $timeout_msec (integer)
SEE ALSO
Gnome2::VFS
COPYRIGHT
Copyright (C) 2003-2007 by the gtk2-perl team.
- This software is licensed under the LGPL. See Gnome2::VFS for a full
notice.