~network-manager/network-manager/ubuntu.hardy.07

« back to all changes in this revision

Viewing changes to libnm-util/nm-setting-connection.h

* merge 0.7~~svn20080905t025540+eni0 snapshot to hardy branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
GQuark nm_setting_connection_error_quark (void);
55
55
 
56
56
#define NM_SETTING_CONNECTION_ID          "id"
 
57
#define NM_SETTING_CONNECTION_UUID        "uuid"
57
58
#define NM_SETTING_CONNECTION_TYPE        "type"
58
59
#define NM_SETTING_CONNECTION_AUTOCONNECT "autoconnect"
59
60
#define NM_SETTING_CONNECTION_TIMESTAMP   "timestamp"
62
63
        NMSetting parent;
63
64
 
64
65
        char *id;
 
66
        char *uuid;
65
67
        char *type;
66
68
        gboolean autoconnect;
67
69
        guint64 timestamp;