summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--dbus/dbus-glib.c4
-rw-r--r--dbus/dbus-gobject.c4
-rw-r--r--dbus/dbus-gproxy.c13
-rw-r--r--dbus/dbus-gtype-specialized.c1
-rw-r--r--doc/reference/dbus-glib-docs.sgml4
-rw-r--r--doc/reference/dbus-glib-sections.txt3
7 files changed, 28 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index d405e2b..7891ce6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -283,7 +283,7 @@ AC_SUBST(DBUS_GLIB_TOOL_CFLAGS)
AC_SUBST(DBUS_GLIB_TOOL_LIBS)
### gtk-doc Documentation
-GTK_DOC_CHECK(1.4)
+GTK_DOC_CHECK([1.14], [--flavour no-tmpl])
AC_CONFIG_FILES([
Makefile
diff --git a/dbus/dbus-glib.c b/dbus/dbus-glib.c
index df36ecf..316e7bf 100644
--- a/dbus/dbus-glib.c
+++ b/dbus/dbus-glib.c
@@ -31,6 +31,7 @@
/**
* SECTION:dbus-gconnection
+ * @title: DBusGConnection
* @short_description: DBus Connection
* @see_also: #DBusConnection
* @stability: Stable
@@ -94,6 +95,7 @@ dbus_g_connection_unref (DBusGConnection *connection)
/**
* SECTION:dbus-gmessage
+ * @title: DBusGMessage
* @short_description: DBus Message
* @see_also: #DBusMessage
* @stability: Stable
@@ -143,6 +145,7 @@ dbus_g_message_unref (DBusGMessage *message)
/**
* SECTION:dbus-gerror
+ * @title: DBusGError
* @short_description: DBus GError
* @see_also: #GError
* @stability: Stable
@@ -308,6 +311,7 @@ dbus_g_message_get_g_type (void)
/**
* SECTION:dbus-glib-lowlevel
+ * @title: DBus GLib low level
* @short_description: DBus lower level functions
* @stability: Unstable
*
diff --git a/dbus/dbus-gobject.c b/dbus/dbus-gobject.c
index 9889836..4136c70 100644
--- a/dbus/dbus-gobject.c
+++ b/dbus/dbus-gobject.c
@@ -1643,6 +1643,7 @@ gerror_to_dbus_error_message (const DBusGObjectInfo *object_info,
/**
* SECTION:dbus-gmethod
+ * @title: DBusGMethod
* @short_description: GMethod Info & Invocation
* @see_also: #DBusGMessage
* @stability: Stable
@@ -2585,7 +2586,8 @@ dbus_g_error_info_free (gpointer p)
/**
* SECTION:dbus-gobject
- * @short_description: Exporting a #GObject remotely
+ * @title: DBus GObject related functions
+ * @short_description: Exporting a GObject remotely
* @see_also: #GObject
* @stability: Stable
*
diff --git a/dbus/dbus-gproxy.c b/dbus/dbus-gproxy.c
index c3ae9ec..429a4fd 100644
--- a/dbus/dbus-gproxy.c
+++ b/dbus/dbus-gproxy.c
@@ -1496,6 +1496,12 @@ dbus_g_proxy_class_init (DBusGProxyClass *klass)
object_class->dispose = dbus_g_proxy_dispose;
object_class->constructor = dbus_g_proxy_constructor;
+/**
+ * DBusGProxy::destroy:
+ * @dbusgproxy: the object which received the signal.
+ *
+ *
+ */
signals[DESTROY] =
g_signal_new ("destroy",
G_OBJECT_CLASS_TYPE (object_class),
@@ -1505,6 +1511,12 @@ dbus_g_proxy_class_init (DBusGProxyClass *klass)
g_cclosure_marshal_VOID__VOID,
G_TYPE_NONE, 0);
+/*
+ * DBusGProxy::received:
+ * @dbusgproxy: the object which received the signal.
+ *
+ *
+ */
signals[RECEIVED] =
g_signal_new ("received",
G_OBJECT_CLASS_TYPE (object_class),
@@ -1926,6 +1938,7 @@ manager_begin_bus_call (DBusGProxyManager *manager,
/**
* SECTION:dbus-gproxy
+ * @title: DBusGProxy
* @short_description: DBus Proxy
* @see_also: #DBusGProxy
* @stability: Stable
diff --git a/dbus/dbus-gtype-specialized.c b/dbus/dbus-gtype-specialized.c
index c1cc04a..9604ed3 100644
--- a/dbus/dbus-gtype-specialized.c
+++ b/dbus/dbus-gtype-specialized.c
@@ -33,6 +33,7 @@
/**
* SECTION:dbus-gtype-specialized
+ * @title: Specializable GType System
* @short_description: Specialized GTypes
* @stability: Unstable
*
diff --git a/doc/reference/dbus-glib-docs.sgml b/doc/reference/dbus-glib-docs.sgml
index 6d25a06..7d74fe3 100644
--- a/doc/reference/dbus-glib-docs.sgml
+++ b/doc/reference/dbus-glib-docs.sgml
@@ -82,5 +82,9 @@
&dbus-binding-tool;
</chapter>
+ <index id="api-index-full">
+ <title>Index of all symbols</title>
+ <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
+ </index>
</book>
diff --git a/doc/reference/dbus-glib-sections.txt b/doc/reference/dbus-glib-sections.txt
index 90015c3..e844ff0 100644
--- a/doc/reference/dbus-glib-sections.txt
+++ b/doc/reference/dbus-glib-sections.txt
@@ -26,10 +26,11 @@ dbus_g_connection_get_g_type
DBusGObjectInfo
dbus_g_object_type_install_info
dbus_g_object_type_register_shadow_property
-dbus_g_object_path_get_g_type
dbus_g_object_register_marshaller
dbus_g_object_register_marshaller_array
dbus_glib_global_set_disable_legacy_property_access
+<SUBSECTION Standard>
+dbus_g_object_path_get_g_type
</SECTION>
<SECTION>