Hi,

I need to know if user is NOT using network manager (because they are
using ifup type networking control for example).

Checking for 'unknown' networking status seems to work... is it correct?

Solid::Networking::Status net_status = Solid::Networking::status();
if ( net_status == Solid::Networking::Unknown )
{
        // assume network is up, non-user controlled networking
        ...
}

-johnm
 
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Reply via email to