summaryrefslogtreecommitdiffstats
path: root/lib/network/connection.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-02-26 17:39:37 +0000
committerOlivier Blin <oblin@mandriva.com>2008-02-26 17:39:37 +0000
commitd16885607f9c2c95f266901c95b460e93e3130d5 (patch)
tree61524e8d192414ab0e5e0ccd8dc06ed298fef3de /lib/network/connection.pm
parent05ea23cd891b490a0702c927a6138fd0eb756920 (diff)
downloaddrakx-net-d16885607f9c2c95f266901c95b460e93e3130d5.tar
drakx-net-d16885607f9c2c95f266901c95b460e93e3130d5.tar.gz
drakx-net-d16885607f9c2c95f266901c95b460e93e3130d5.tar.bz2
drakx-net-d16885607f9c2c95f266901c95b460e93e3130d5.tar.xz
drakx-net-d16885607f9c2c95f266901c95b460e93e3130d5.zip
update doc
Diffstat (limited to 'lib/network/connection.pm')
-rw-r--r--lib/network/connection.pm8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/network/connection.pm b/lib/network/connection.pm
index 91c9546..b942881 100644
--- a/lib/network/connection.pm
+++ b/lib/network/connection.pm
@@ -32,15 +32,19 @@ sub get_type_icon {
$icon || '/usr/share/mcc/themes/default/drakconnect-mdk';
}
-=item get_devices()
+=item get_devices(%options)
Get the devices supported by this connection type
+Options:
+- automatic_only (no device requiring manual configuration should be returned)
+- fast_only (no slow detection should be performed)
=cut
-=item get_connections()
+=item get_connections(%options)
List connections that can be configured by the class
+Options: see get_devices()
=cut