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:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user