summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-05-31 16:13:07 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-09-27 15:27:57 +0100
commit30b6a106ed590c0fd97a783998a19779002e65d8 (patch)
tree6a6c312bd50025342c7c06cd168336e9b1e63eba
parenta4bc263721fc5a80a78c6b551f35d281c22694ff (diff)
Add some missing symbols to the docs
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=37793 Bug-NB: related to NB#218973
-rw-r--r--doc/reference/dbus-glib-sections.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/reference/dbus-glib-sections.txt b/doc/reference/dbus-glib-sections.txt
index e2744b6..e256ac5 100644
--- a/doc/reference/dbus-glib-sections.txt
+++ b/doc/reference/dbus-glib-sections.txt
@@ -3,6 +3,7 @@
<TITLE>DBusGConnection</TITLE>
DBusGConnection
dbus_g_bus_get
+dbus_g_bus_get_private
dbus_g_thread_init
dbus_g_connection_open
dbus_g_connection_ref
@@ -22,9 +23,11 @@ dbus_g_connection_get_g_type
<TITLE>DBus GObject related functions</TITLE>
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
</SECTION>
<SECTION>
@@ -102,6 +105,7 @@ DBUS_G_PROXY_GET_CLASS
<TITLE>DBus GLib low level</TITLE>
dbus_set_g_error
dbus_connection_setup_with_g_main
+dbus_connection_get_g_connection
dbus_server_setup_with_g_main
<SUBSECTION Standard>
DBUS_TYPE_CONNECTION
@@ -177,6 +181,8 @@ DBusGSignature
DBUS_TYPE_G_SIGNATURE
DBusGObjectPath
DBUS_TYPE_G_OBJECT_PATH
+<SUBSECTION Private>
+dbus_g_signature_get_g_type
</SECTION>
<SUBSECTION Private>