mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 04:10:14 +01:00
libnm-glib: actually define the "ip-interface" property
Looks like it got left out of 6ab5a9597a
This commit is contained in:
parent
e821e61992
commit
af406bdc96
1 changed files with 14 additions and 0 deletions
|
|
@ -476,6 +476,20 @@ nm_device_class_init (NMDeviceClass *device_class)
|
|||
NULL,
|
||||
G_PARAM_READABLE));
|
||||
|
||||
/**
|
||||
* NMDevice:ip-interface:
|
||||
*
|
||||
* The IP interface of the device which should be used for all IP-related
|
||||
* operations like addressing and routing.
|
||||
**/
|
||||
g_object_class_install_property
|
||||
(object_class, PROP_IP_INTERFACE,
|
||||
g_param_spec_string (NM_DEVICE_IP_INTERFACE,
|
||||
"IP Interface",
|
||||
"IP Interface name",
|
||||
NULL,
|
||||
G_PARAM_READABLE));
|
||||
|
||||
/**
|
||||
* NMDevice:udi:
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue