diff options
author | Thomas Haller <thaller@redhat.com> | 2018-01-08 15:58:49 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2018-01-08 16:02:07 +0100 |
commit | 29e566cc7199568597c5c24c9f190db7e097307d (patch) | |
tree | a6983e4ae9f5eff58ad5239f5133fdae38fbbb36 /docs | |
parent | 876de69e08140ff34ede23fe457117f5d815ab48 (diff) | |
download | NetworkManager-29e566cc7199568597c5c24c9f190db7e097307d.tar.gz |
libnm: drop libnm-util/nm-setting-template.[hc]
These files are a template how to add a new nm-setting-* implementation.
We are not going to add new files to the deprecated libnm-util library,
hence a template for libnm-util is pointless.
libnm-core doesn't have a corresponding template file. Personally, I
don't think such a template are a great idea either, because
- People are not aware that it exists. Hence, it's unused, badly
maintained and quite possibly does not follow current best practice.
- Just copy an actual settings implementation and start from there.
That seems better to me than having a template.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libnm-util/Makefile.am | 1 | ||||
-rw-r--r-- | docs/libnm-util/meson.build | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/docs/libnm-util/Makefile.am b/docs/libnm-util/Makefile.am index b1386e601c..5218cc40bf 100644 --- a/docs/libnm-util/Makefile.am +++ b/docs/libnm-util/Makefile.am @@ -33,7 +33,6 @@ CFILE_GLOB=$(top_srcdir)/libnm-util/*.c # Header files to ignore when scanning. IGNORE_HFILES= \ crypto.h \ - nm-setting-template.h \ nm-utils-private.h \ nm-setting-private.h \ nm-param-spec-specialized.h \ diff --git a/docs/libnm-util/meson.build b/docs/libnm-util/meson.build index 53425d6d03..47f53b0a8a 100644 --- a/docs/libnm-util/meson.build +++ b/docs/libnm-util/meson.build @@ -2,7 +2,6 @@ doc_module = 'libnm-util' private_headers = [ 'crypto.h', - 'nm-setting-template.h', 'nm-utils-private.h', 'nm-setting-private.h', 'nm-param-spec-specialized.h', |