mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 07:18:03 +02:00
2008-03-11 Dan Williams <dcbw@redhat.com>
* src/nm-device-interface.h - Delimit property name words with '-', otherwise g_object_notify() doesn't work the way we expect git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3423 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
bc07d81a78
commit
7009f91036
2 changed files with 9 additions and 3 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
|
2008-03-11 Dan Williams <dcbw@redhat.com>
|
||||||
|
|
||||||
|
* src/nm-device-interface.h
|
||||||
|
- Delimit property name words with '-', otherwise g_object_notify()
|
||||||
|
doesn't work the way we expect
|
||||||
|
|
||||||
2008-03-11 Tambet Ingo <tambet@gmail.com>
|
2008-03-11 Tambet Ingo <tambet@gmail.com>
|
||||||
|
|
||||||
* src/nm-hal-manager.c (create_device_and_add_to_list): Don't ignore USB devices.
|
* src/nm-hal-manager.c (create_device_and_add_to_list): Don't ignore USB devices.
|
||||||
|
|
|
||||||
|
|
@ -25,10 +25,10 @@ typedef enum
|
||||||
#define NM_DEVICE_INTERFACE_IFACE "interface"
|
#define NM_DEVICE_INTERFACE_IFACE "interface"
|
||||||
#define NM_DEVICE_INTERFACE_DRIVER "driver"
|
#define NM_DEVICE_INTERFACE_DRIVER "driver"
|
||||||
#define NM_DEVICE_INTERFACE_CAPABILITIES "capabilities"
|
#define NM_DEVICE_INTERFACE_CAPABILITIES "capabilities"
|
||||||
#define NM_DEVICE_INTERFACE_IP4_ADDRESS "ip4_address"
|
#define NM_DEVICE_INTERFACE_IP4_ADDRESS "ip4-address"
|
||||||
#define NM_DEVICE_INTERFACE_IP4_CONFIG "ip4_config"
|
#define NM_DEVICE_INTERFACE_IP4_CONFIG "ip4-config"
|
||||||
#define NM_DEVICE_INTERFACE_STATE "state"
|
#define NM_DEVICE_INTERFACE_STATE "state"
|
||||||
#define NM_DEVICE_INTERFACE_DEVICE_TYPE "device_type" /* ugh */
|
#define NM_DEVICE_INTERFACE_DEVICE_TYPE "device-type" /* ugh */
|
||||||
#define NM_DEVICE_INTERFACE_CARRIER "carrier"
|
#define NM_DEVICE_INTERFACE_CARRIER "carrier"
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue