[Telepathy-commits] [telepathy-doc/master] 2008-09-26 Murray Cumming <murrayc at murrayc.com>
Murray Cumming
murrayc at murrayc.com
Fri Oct 31 03:22:35 PDT 2008
* docs/examples/contacts/: Added this as a copy of the current
list_contacts. Connecting is complex enough that it deserves its own
example, before we make it more complex by adding other stuff.
---
ChangeLog | 8 +++++++-
configure.ac | 1 +
docs/examples/Makefile.am | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 56556e4..798d319 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,14 @@
2008-09-26 Murray Cumming <murrayc at murrayc.com>
+ * docs/examples/contacts/: Added this as a copy of the current
+ list_contacts. Connecting is complex enough that it deserves its own
+ example, before we make it more complex by adding other stuff.
+
+2008-09-26 Murray Cumming <murrayc at murrayc.com>
+
* docs/examples/list_contacts/main.c: printf the reason as text.
-2008-09-29 Will Thompson will.thompson at collabora.co.uk>
+2008-09-29 Will Thompson <will.thompson at collabora.co.uk>
* docs/examples/list_contacts/main.c: Only disconnect when the connected
status has been received in the callback, so the connection actually
diff --git a/configure.ac b/configure.ac
index d726b4c..f056c50 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,6 +25,7 @@ AC_OUTPUT([
docs/Makefile
docs/examples/Makefile
+ docs/examples/connect/Makefile
docs/examples/list_all_protocols/Makefile
docs/examples/list_contacts/Makefile
diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am
index 5e38198..e3f8b55 100644
--- a/docs/examples/Makefile.am
+++ b/docs/examples/Makefile.am
@@ -1,6 +1,6 @@
include $(top_srcdir)/docs/Makefile_web.am_fragment
-example_dirs = list_all_protocols list_contacts
+example_dirs = connect list_all_protocols list_contacts
SUBDIRS = $(example_dirs)
--
1.5.6.5
More information about the Telepathy-commits
mailing list