diff options
author | Dan Winship <danw@gnome.org> | 2014-11-05 11:01:09 -0500 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2014-11-07 08:00:32 -0500 |
commit | 7c214de45bb4f4adea946a6961b2aab01a678038 (patch) | |
tree | 9fcbc3a6e3037a4990a52668ee4454d219a558fc /libnm/NetworkManager.h | |
parent | 8e99b44f08be88f4574a2b47712c981311f794fc (diff) | |
download | NetworkManager-7c214de45bb4f4adea946a6961b2aab01a678038.tar.gz |
libnm: rename NMVpnPluginUiInterface, add to NetworkManager.h
Rename NMVpnPluginUiInterface to NMVpnEditorPlugin (to clarify that
it's unrelated to NMVpnPlugin), and add it to NetworkManager.h.
Rename NMVpnPluginUiWidgetInterface to NMVpnEditor, because it's not a
widget, and will soon be used for non-gui editing too. (Also, add a
placeholder for the method that non-gui editing will use.)
Fix the typedefs to not mix up the (dummy) NMVpnEditorPlugin and
NMVpnEditor types with the types of their interface structs. Update to
use G_DEFINE_INTERFACE.
Drop NMVpnPluginUiInterfaceProp; it doesn't matter what codes plugin
implementations use for the interface properties that they implement.
Diffstat (limited to 'libnm/NetworkManager.h')
-rw-r--r-- | libnm/NetworkManager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libnm/NetworkManager.h b/libnm/NetworkManager.h index 39212fda1d..3a31c5fa07 100644 --- a/libnm/NetworkManager.h +++ b/libnm/NetworkManager.h @@ -82,6 +82,7 @@ #include <nm-version.h> #include <nm-vpn-connection.h> #include <nm-vpn-dbus-interface.h> +#include <nm-vpn-editor-plugin.h> #include <nm-wimax-nsp.h> #undef __NETWORKMANAGER_H_INSIDE__ |