diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-05-31 16:15:43 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-09-27 15:29:55 +0100 |
commit | 43a4bf8b038c08d6b8c565495cbf69433bc2dcc6 (patch) | |
tree | 59445abc211080661067bd9f852f56f49c34ed4b /doc | |
parent | 53ac9ee390e173f8e63f276d8c7e211e4fadca4b (diff) |
Tidy up docs for DBusGMessage
* document the instance struct
* make argument names match the headers
* document the GType macro, not the function it calls, and mention it
in the documentation (since this is a boxed type, so it's non-obvious)
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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/dbus-glib-sections.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/dbus-glib-sections.txt b/doc/reference/dbus-glib-sections.txt index 25c02b7..8aa31b4 100644 --- a/doc/reference/dbus-glib-sections.txt +++ b/doc/reference/dbus-glib-sections.txt @@ -37,11 +37,11 @@ dbus_glib_global_set_disable_legacy_property_access <TITLE>DBusGMessage</TITLE> <INCLUDE>dbus/dbus-glib.h</INCLUDE> DBusGMessage +DBUS_TYPE_G_MESSAGE dbus_g_message_ref dbus_g_message_unref dbus_g_message_get_message <SUBSECTION Standard> -DBUS_TYPE_G_MESSAGE dbus_g_message_get_g_type </SECTION> |