about summary refs log tree commit diff
path: root/examples/ruby/add-connection.rb
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2015-01-22 00:29:53 +0100
committerMichael Biebl <biebl@debian.org>2015-01-22 00:29:53 +0100
commit4d939c60d4ac257a2977871baf3b8b3671b5a4f7 (patch)
tree318c08dea542d7865422af76e2d36a9559340cd3 /examples/ruby/add-connection.rb
parentbb9eef75b2aaaab741e2b99911c8be3db6d1bc0b (diff)
parent2c032d8f1c6292c1338a615e6ec40252889ba85c (diff)
Merge tag 'upstream/1.0.0' into experimental
Upstream version 1.0.0
Diffstat (limited to 'examples/ruby/add-connection.rb')
-rwxr-xr-xexamples/ruby/add-connection.rb7
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/ruby/add-connection.rb b/examples/ruby/add-connection.rb
index 6af723bf..645ad348 100755
--- a/examples/ruby/add-connection.rb
+++ b/examples/ruby/add-connection.rb
@@ -27,8 +27,13 @@ require 'ipaddr'
 # It also shows how to specify D-Bus signature for properties like "addresses"
 # and "clone-mac-address".
 #
+# This uses the old, backwards-compatible settings properties. The new 1.0
+# properties (eg, 'address-data' rather than 'addresses') would make this simpler;
+# see the python add-connection.py and add-connection-compat.py examples for
+# details
+#
 # Configuration settings are described here:
-# https://developer.gnome.org/NetworkManager/0.9/ref-settings.html
+# https://developer.gnome.org/NetworkManager/1.0/ref-settings.html
 #
 
 # Helper functions