diff options
author | Dan Williams <dcbw@redhat.com> | 2011-03-02 02:02:06 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-03-02 02:02:06 -0600 |
commit | de0101b20f1410d9170da866e648df3d5d9d7cfb (patch) | |
tree | 232092d66505672839ce96f70f8051963eb5c9a3 /docs | |
parent | 97053ccb8c02200192b460709419ad0a737fca0e (diff) | |
download | NetworkManager-de0101b20f1410d9170da866e648df3d5d9d7cfb.tar.gz |
docs: more docs fixups
Include NMSecretAgent too
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libnm-glib/libnm-glib-docs.sgml | 1 | ||||
-rw-r--r-- | docs/libnm-glib/libnm-glib.types | 6 |
2 files changed, 5 insertions, 2 deletions
diff --git a/docs/libnm-glib/libnm-glib-docs.sgml b/docs/libnm-glib/libnm-glib-docs.sgml index 2c055c04f1..f284fd9e13 100644 --- a/docs/libnm-glib/libnm-glib-docs.sgml +++ b/docs/libnm-glib/libnm-glib-docs.sgml @@ -30,6 +30,7 @@ <xi:include href="xml/nm-remote-connection.xml"/> <xi:include href="xml/nm-remote-settings.xml"/> <xi:include href="xml/nm-types.xml"/> + <xi:include href="xml/nm-secret-agent.xml"/> <xi:include href="xml/nm-vpn-connection.xml"/> <xi:include href="xml/nm-vpn-plugin.xml"/> <xi:include href="xml/nm-vpn-plugin-ui-interface.xml"/> diff --git a/docs/libnm-glib/libnm-glib.types b/docs/libnm-glib/libnm-glib.types index 92e9ff830b..535a5282f1 100644 --- a/docs/libnm-glib/libnm-glib.types +++ b/docs/libnm-glib/libnm-glib.types @@ -5,6 +5,7 @@ #include <nm-device-wifi.h> #include <nm-device-modem.h> #include <nm-device-bt.h> +#include <nm-device-wimax.h> #include <nm-access-point.h> #include <nm-ip4-config.h> #include <nm-ip6-config.h> @@ -12,8 +13,8 @@ #include <nm-dhcp4-config.h> #include <nm-dhcp6-config.h> #include <nm-remote-settings.h> -#include <nm-exported-connection.h> #include <nm-remote-connection.h> +#include <nm-secret-agent.h> #include <nm-vpn-connection.h> nm_client_get_type @@ -23,6 +24,7 @@ nm_device_ethernet_get_type nm_device_wifi_get_type nm_device_modem_get_type nm_device_bt_get_type +nm_device_wimax_get_type nm_access_point_get_type nm_ip4_config_get_type nm_ip6_config_get_type @@ -30,7 +32,7 @@ nm_active_connection_get_type nm_dhcp4_config_get_type nm_dhcp6_config_get_type nm_remote_settings_get_type -nm_exported_connection_get_type nm_remote_connection_get_type +nm_secret_agent_get_type nm_vpn_connection_get_type |