From 71b5b77b3a5b4b6ad734e3c21be0d3d116a07d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Mon, 24 Jun 2013 12:39:01 +0200 Subject: [PATCH] libnm-util: add Since tag to interface-name property --- libnm-util/nm-setting-connection.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libnm-util/nm-setting-connection.c b/libnm-util/nm-setting-connection.c index 448d10398b..9e74d2ff4a 100644 --- a/libnm-util/nm-setting-connection.c +++ b/libnm-util/nm-setting-connection.c @@ -248,6 +248,8 @@ nm_setting_connection_get_uuid (NMSettingConnection *setting) * Returns the #NMSettingConnection:interface-name property of the connection. * * Returns: the connection's interface name + * + * Since: 0.9.10 **/ const char * nm_setting_connection_get_interface_name (NMSettingConnection *setting) @@ -1091,6 +1093,8 @@ nm_setting_connection_class_init (NMSettingConnectionClass *setting_class) * the interfaces a connection can be used with, and if interface * names change or are reordered the connection may be applied to * the wrong interface. + * + * Since: 0.9.10 **/ g_object_class_install_property (object_class, PROP_INTERFACE_NAME,