mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 14:40:33 +01:00
libnm-util: add Since tag to interface-name property
This commit is contained in:
parent
5d1a6813d0
commit
71b5b77b3a
1 changed files with 4 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue