From d16885607f9c2c95f266901c95b460e93e3130d5 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 26 Feb 2008 17:39:37 +0000 Subject: update doc --- lib/network/connection.pm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'lib/network/connection.pm') 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 -- cgit v1.2.1