summaryrefslogtreecommitdiff
path: root/libnm/nm-ip4-config.h
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2016-05-05 09:36:32 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2016-05-05 17:01:57 +0200
commitf1d23c32c3622d55c13304d025eb1f55f7774578 (patch)
tree4c24e33c15b99415314823e5494e8ba6c3b790a2 /libnm/nm-ip4-config.h
parenta51a43fc848edec39db33b50e333000c2b4363b2 (diff)
downloadNetworkManager-f1d23c32c3622d55c13304d025eb1f55f7774578.tar.gz
docs: libnm: add doc comment to types
This is required to add objects in the "Types and Values" section and in the API index. Later, we may want to add useful content in those empty comments.
Diffstat (limited to 'libnm/nm-ip4-config.h')
-rw-r--r--libnm/nm-ip4-config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libnm/nm-ip4-config.h b/libnm/nm-ip4-config.h
index e2a18e0f31..196fe09a88 100644
--- a/libnm/nm-ip4-config.h
+++ b/libnm/nm-ip4-config.h
@@ -33,6 +33,9 @@ G_BEGIN_DECLS
#define NM_IS_IP4_CONFIG_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), NM_TYPE_IP4_CONFIG))
#define NM_IP4_CONFIG_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), NM_TYPE_IP4_CONFIG, NMIP4ConfigClass))
+/**
+ * NMIP4Config:
+ */
typedef struct {
NMIPConfig parent;
} NMIP4Config;