trival: add code comment

This commit is contained in:
Thomas Haller 2015-06-04 15:48:55 +02:00
parent 6a841c0cd1
commit ca3fb3edcd
2 changed files with 6 additions and 0 deletions

View file

@ -41,7 +41,10 @@ typedef struct {
GObjectClass parent;
} NMIP4ConfigClass;
/* internal */
#define NM_IP4_CONFIG_IFINDEX "ifindex"
/* public*/
#define NM_IP4_CONFIG_ADDRESS_DATA "address-data"
#define NM_IP4_CONFIG_ROUTE_DATA "route-data"
#define NM_IP4_CONFIG_GATEWAY "gateway"

View file

@ -42,7 +42,10 @@ typedef struct {
GObjectClass parent;
} NMIP6ConfigClass;
/* internal */
#define NM_IP6_CONFIG_IFINDEX "ifindex"
/* public */
#define NM_IP6_CONFIG_ADDRESS_DATA "address-data"
#define NM_IP6_CONFIG_ROUTE_DATA "route-data"
#define NM_IP6_CONFIG_GATEWAY "gateway"