From ca3fb3edcd80ff5f7c56f6e11904c5877378c3f1 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 4 Jun 2015 15:48:55 +0200 Subject: [PATCH] trival: add code comment --- src/nm-ip4-config.h | 3 +++ src/nm-ip6-config.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/nm-ip4-config.h b/src/nm-ip4-config.h index a69af7e795..ae9d2eeb25 100644 --- a/src/nm-ip4-config.h +++ b/src/nm-ip4-config.h @@ -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" diff --git a/src/nm-ip6-config.h b/src/nm-ip6-config.h index bf64fc26ac..563e9f00b3 100644 --- a/src/nm-ip6-config.h +++ b/src/nm-ip6-config.h @@ -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"