2007-05-21 Jorn Baayen <jorn@openedhand.com>
authorJorn Baayen <jorn@openedhand.com>
Mon, 21 May 2007 15:03:45 +0000 (15:03 +0000)
committerJorn Baayen <jorn@openedhand.com>
Mon, 21 May 2007 15:03:45 +0000 (15:03 +0000)
* doc/Makefile.am:

Exclude private bits.

* doc/gssdp-docs.sgml:

Add title.

* libgssdp/gssdp-client.c: (gssdp_client_class_init):

Mark 'message-received' as private.

git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gssdp@221 d8cb91d7-bff9-0310-92b9-80b65e4482b2

ChangeLog
doc/Makefile.am
doc/gssdp-docs.sgml [new file with mode: 0644]
libgssdp/gssdp-client.c

index df7e01d..677c746 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
 2007-05-21  Jorn Baayen  <jorn@openedhand.com>
 
+       * doc/Makefile.am:
+       
+       Exclude private bits.
+
+       * doc/gssdp-docs.sgml:
+
+       Add title.
+
+       * libgssdp/gssdp-client.c: (gssdp_client_class_init):
+
+       Mark 'message-received' as private.
+
+2007-05-21  Jorn Baayen  <jorn@openedhand.com>
+
        * configure.ac:
 
        Point to gupnp.org.
index 8b274cf..47f3ce0 100644 (file)
@@ -47,7 +47,10 @@ CFILE_GLOB=$(top_srcdir)/libgssdp/*.c
 
 # Header files to ignore when scanning.
 # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
-IGNORE_HFILES=
+IGNORE_HFILES=gssdp-protocol.h         \
+             gssdp-client-private.h    \
+             gssdp-socket-source.h     \
+             gssdp-marshal.h
 
 # Images to copy into HTML directory.
 # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
diff --git a/doc/gssdp-docs.sgml b/doc/gssdp-docs.sgml
new file mode 100644 (file)
index 0000000..98e28d9
--- /dev/null
@@ -0,0 +1,16 @@
+<?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>GSSDP Reference Manual</title>
+  </bookinfo>
+
+  <chapter>
+    <title>GSSDP</title>
+    <xi:include href="xml/gssdp-client.xml"/>
+    <xi:include href="xml/gssdp-resource-group.xml"/>
+    <xi:include href="xml/gssdp-resource-browser.xml"/>
+    <xi:include href="xml/gssdp-error.xml"/>
+  </chapter>
+</book>
index f4edb56..66083e2 100644 (file)
@@ -242,6 +242,13 @@ gssdp_client_class_init (GSSDPClientClass *klass)
                           G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK |
                           G_PARAM_STATIC_BLURB));
 
+        /**
+         * GSSDPClient::message-received
+         *
+         * Internal signal.
+         *
+         * Stability: Private
+         */
         signals[MESSAGE_RECEIVED] =
                 g_signal_new ("message-received",
                               GSSDP_TYPE_CLIENT,