list = Gnome2::VFS::DNSSD->browse ($domain, $type,
$func, $data=undef)
- $domain (string)
- $type (string)
- $func (scalar)
- $data (scalar)
list = Gnome2::VFS::DNSSD->browse_sync ($domain, $type,
$timeout_msec)
- $domain (string)
- $type (string)
- $timeout_msec (integer)
list = Gnome2::VFS::DNSSD->list_browse_domains_sync
($domain, $timeout_msec)
- $domain (string)
- $timeout_msec (integer)
list = Gnome2::VFS::DNSSD->resolve ($name, $type,
$domain, $timeout, $func, $data=undef)
- $name (string)
- $type (string)
- $domain (string)
- $timeout (integer)
- $func (scalar)
- $data (scalar)
list = Gnome2::VFS::DNSSD->resolve_sync ($name, $type,
$domain, $timeout_msec)
- $name (string)
- $type (string)
- $domain (string)
- $timeout_msec (integer)
Copyright (C) 2003-2007, 2013 by the gtk2-perl team.
This software is licensed under the LGPL. See Gnome2::VFS for a
full notice.