mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 05:18:23 +02:00
libnm-util: fix description of bluetooth setting type property
DUN certainly is supported these days...
This commit is contained in:
parent
1574112e62
commit
65e6f27276
1 changed files with 2 additions and 2 deletions
|
|
@ -274,8 +274,8 @@ nm_setting_bluetooth_class_init (NMSettingBluetoothClass *setting_class)
|
|||
g_param_spec_string (NM_SETTING_BLUETOOTH_TYPE,
|
||||
"Connection type",
|
||||
"Either '" NM_SETTING_BLUETOOTH_TYPE_DUN "' for "
|
||||
"Dial-Up Networking connections (not yet supported) "
|
||||
" or '" NM_SETTING_BLUETOOTH_TYPE_PANU "' for "
|
||||
"Dial-Up Networking connections or "
|
||||
"'" NM_SETTING_BLUETOOTH_TYPE_PANU "' for "
|
||||
"Personal Area Networking connections.",
|
||||
NULL,
|
||||
G_PARAM_READWRITE | NM_SETTING_PARAM_SERIALIZE));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue