summaryrefslogtreecommitdiff
path: root/docs/libnm
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-06-02 10:50:29 +0200
committerThomas Haller <thaller@redhat.com>2015-07-29 22:34:35 +0200
commit867227dd4aac8371b3cacc366b32a3fa96eba42a (patch)
tree8fb91e0d04d19ef19cdd46d5c73f9ef7558e8028 /docs/libnm
parent87f631f2f137271b7e4c86377c2d941608a81a9d (diff)
downloadNetworkManager-867227dd4aac8371b3cacc366b32a3fa96eba42a.tar.gz
libnm/vpn: add new NMVpnServicePlugin class
After copying "nm-vpn-plugin-old.*" to "nm-vpn-service-plugin.*", rename the class and add it to the Makefile. This will become the new VPN Service API for libnm 1.2. No changes done yet except renaming of the classes and functions. Rename the previous classes NMVpnPlugin(Old) to NMVpnServicePlugin to have a distinct name from NMVpnEditorPlugin. Buth are plugins, but with a different use. https://bugzilla.gnome.org/show_bug.cgi?id=749951
Diffstat (limited to 'docs/libnm')
-rw-r--r--docs/libnm/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/libnm/Makefile.am b/docs/libnm/Makefile.am
index 2525856d5f..23631ddc24 100644
--- a/docs/libnm/Makefile.am
+++ b/docs/libnm/Makefile.am
@@ -54,6 +54,7 @@ IGNORE_HFILES= \
nm-types.h \
nm-utils-private.h \
nm-vpn-plugin-old.h \
+ nm-vpn-service-plugin.h \
nm-core-tests-enum-types.h
# Images to copy into HTML directory.