summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2010-08-27 18:48:44 -0400
committerDavid Zeuthen <davidz@redhat.com>2010-08-27 18:48:44 -0400
commit4c5cef6d40fa5cb37ab9d65febeeb583f05b2342 (patch)
tree54167800224b918d8cab917bf6841b9e1c59790b /doc
parentab12d821e70a5b201c3a03af995fc458c5eb417f (diff)
Add a GDBusInterface type and move common facilities there
This makes the generated code simpler but introduces a new support library. However, since the plan is to merge gdbus-codegen(1) into GLib, this support library will go into GLib itself as well. Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am1
-rw-r--r--doc/docs.xml4
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index d664b92..396489a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -34,6 +34,7 @@ INCLUDES = \
GTKDOC_LIBS = \
$(GLIB2_LIBS) \
$(top_builddir)/src/libgen.la \
+ $(top_builddir)/src/libgdbus-codegen.la \
$(NULL)
# Extra options to supply to gtkdoc-mkdb
diff --git a/doc/docs.xml b/doc/docs.xml
index a9478c9..3bd3db9 100644
--- a/doc/docs.xml
+++ b/doc/docs.xml
@@ -11,6 +11,10 @@
</bookinfo>
<part>
+ <title>Temporary Library</title>
+ <xi:include href="xml/gdbusinterface.xml"/>
+ </part>
+ <part>
<title>API Reference</title>
<xi:include href="xml/test-foobar.xml"/>
<xi:include href="xml/test-foobarfrobnicator.xml"/>