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 | 903718ccaef4831940223ff937640d6bfca62508 (patch) | |
tree | a6983e4ae9f5eff58ad5239f5133fdae38fbbb36 /docs | |
parent | 82d471b403f4d5c0b90ed3575335ea9736fa8adf (diff) |
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 b1386e601..5218cc40b 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 53425d6d0..47f53b0a8 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', |