summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTambet Ingo <tambet@gmail.com>2008-08-12 12:59:33 +0000
committerTambet Ingo <tambet@gmail.com>2008-08-12 12:59:33 +0000
commit0dfa8e9cafa75f3ea3b8d9449a7b065edb45bf00 (patch)
tree4eea293ad19d7d9dcf734b111ff0c1980d2ad5be /docs
parentdf2021b7890ab1a9af123634d9b0767fc632e1f1 (diff)
downloadNetworkManager-0dfa8e9cafa75f3ea3b8d9449a7b065edb45bf00.tar.gz
2008-08-12 Tambet Ingo <tambet@gmail.com>
* libnm-glib/*.c. Document some more. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3934 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'docs')
-rw-r--r--docs/libnm-glib/libnm-glib-docs.sgml38
-rw-r--r--docs/libnm-glib/libnm-glib.types8
2 files changed, 46 insertions, 0 deletions
diff --git a/docs/libnm-glib/libnm-glib-docs.sgml b/docs/libnm-glib/libnm-glib-docs.sgml
new file mode 100644
index 0000000000..5a3ca81b86
--- /dev/null
+++ b/docs/libnm-glib/libnm-glib-docs.sgml
@@ -0,0 +1,38 @@
+<?xml version="1.0"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
+<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
+ <bookinfo>
+ <title>libnm-glib Reference Manual</title>
+ <releaseinfo>
+ for libnm-glib [VERSION]
+ The latest version of this documentation can be found on-line at
+ <ulink role="online-location" url="http://[SERVER]/libnm-glib/index.html">http://[SERVER]/libnm-glib/</ulink>.
+ </releaseinfo>
+ </bookinfo>
+
+ <chapter>
+ <title>[Insert title here]</title>
+ <xi:include href="xml/nm-access-point.xml"/>
+ <xi:include href="xml/nm-cdma-device.xml"/>
+ <xi:include href="xml/nm-client.xml"/>
+ <xi:include href="xml/nm-gsm-device.xml"/>
+ <xi:include href="xml/nm-device.xml"/>
+ <xi:include href="xml/nm-ip4-config.xml"/>
+ <xi:include href="xml/nm-object.xml"/>
+ <xi:include href="xml/nm-settings.xml"/>
+ <xi:include href="xml/nm-vpn-connection.xml"/>
+ <xi:include href="xml/nm-vpn-plugin.xml"/>
+ <xi:include href="xml/nm-dbus-settings-system.xml"/>
+ <xi:include href="xml/nm-active-connection.xml"/>
+ <xi:include href="xml/nm-device-ethernet.xml"/>
+ <xi:include href="xml/nm-device-wifi.xml"/>
+ <xi:include href="xml/nm-dbus-connection.xml"/>
+ <xi:include href="xml/nm-serial-device.xml"/>
+ <xi:include href="xml/nm-dbus-settings.xml"/>
+ <xi:include href="xml/nm-dhcp4-config.xml"/>
+ <xi:include href="xml/nm-vpn-plugin-ui-interface.xml"/>
+ <xi:include href="xml/libnm_glib.xml"/>
+ <xi:include href="xml/nm-types.xml"/>
+ </chapter>
+</book>
diff --git a/docs/libnm-glib/libnm-glib.types b/docs/libnm-glib/libnm-glib.types
index 9adb5ac5d2..8c5fcf754e 100644
--- a/docs/libnm-glib/libnm-glib.types
+++ b/docs/libnm-glib/libnm-glib.types
@@ -4,6 +4,10 @@
#include <nm-cdma-device.h>
#include <nm-gsm-device.h>
#include <nm-serial-device.h>
+#include <nm-access-point.h>
+#include <nm-ip4-config.h>
+#include <nm-active-connection.h>
+#include <nm-dhcp4-config.h>
nm_object_get_type
nm_client_get_type
@@ -13,3 +17,7 @@ nm_device_wifi_get_type
nm_gsm_device_get_type
nm_cdma_device_get_type
nm_serial_device_get_type
+nm_access_point_get_type
+nm_ip4_config_get_type
+nm_active_connection_get_type
+nm_dhcp4_config_get_type