diff options
author | Dan Williams <dcbw@redhat.com> | 2010-06-10 10:21:19 -0700 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-06-10 10:21:19 -0700 |
commit | 6ab5a9597a26235c9839df346fc3ce95f35a240f (patch) | |
tree | c4da1f3fc64fbdafe57f8052f4ea63c644ac4385 /libnm-glib/nm-device.h | |
parent | 763f2f1d01680093dea197fb4658eba6c1451483 (diff) | |
download | NetworkManager-6ab5a9597a26235c9839df346fc3ce95f35a240f.tar.gz |
libnm-glib: add IpInterface property
Diffstat (limited to 'libnm-glib/nm-device.h')
-rw-r--r-- | libnm-glib/nm-device.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libnm-glib/nm-device.h b/libnm-glib/nm-device.h index 5a47ff9a63..59bf4de6b1 100644 --- a/libnm-glib/nm-device.h +++ b/libnm-glib/nm-device.h @@ -46,6 +46,7 @@ G_BEGIN_DECLS #define NM_DEVICE_UDI "udi" #define NM_DEVICE_INTERFACE "interface" +#define NM_DEVICE_IP_INTERFACE "ip-interface" #define NM_DEVICE_DRIVER "driver" #define NM_DEVICE_CAPABILITIES "capabilities" #define NM_DEVICE_MANAGED "managed" @@ -85,6 +86,7 @@ GType nm_device_get_type (void); GObject * nm_device_new (DBusGConnection *connection, const char *path); const char * nm_device_get_iface (NMDevice *device); +const char * nm_device_get_ip_iface (NMDevice *device); const char * nm_device_get_udi (NMDevice *device); const char * nm_device_get_driver (NMDevice *device); guint32 nm_device_get_capabilities (NMDevice *device); |