From 80ec1decc49c72efec2a8b87c06245c92c0ab807 Mon Sep 17 00:00:00 2001
From: Michael Biebl
NMSettingBond *setting,
const char *name,
const char *value);
-Add an option to the table. The option is compared to an internal list -of allowed options. Option names may contain only alphanumeric characters -(ie [a-zA-Z0-9]). Adding a new name replaces any existing name/value pair +
Add an option to the table. Adding a new name replaces any existing name/value pair that may already exist.
-The order of how to set several options is relevant because there are options -that conflict with each other.
value |
-the value of the option to validate |
+value (allow-none) |
+the value of the option to validate. |