summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2011-09-28Fix various minor documentation bugsHEADmasterSimon McVittie1-1/+5
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
2011-09-28specialized types: improve documentation and document more thingsSimon McVittie1-0/+1
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
2011-09-28Tidy up docs for DBusGError and its pseudo-methodsSimon McVittie1-1/+0
* attach the introductory doc-comments to the enum and macro names, not the internal function * remove docs for method parameters which didn't actually exist * more cross-references * make the domain macro visible in the documentation index 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
2011-09-27Make gtk-doc DOC_SOURCE_DIR absolute, fixing out-of-tree docsSimon McVittie1-13/+38
I used an absolute path to avoid differing behaviour with older versions of gtk-doc, where DOC_SOURCE_DIR was relative to the *source* directory. Also resync doc/reference/Makefile.am with gtk-doc's example. Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
2011-09-27DBusGProxy: misc documentation tidyingSimon McVittie1-0/+4
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
2011-09-27Remove declaration of dbus_pending_call_get_g_type, which doesn't existSimon McVittie1-2/+0
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
2011-09-27Add DBUS_TYPE_CONNECTION, DBUS_TYPE_MESSAGE to the docs, and document them ↵Simon McVittie1-1/+1
better 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
2011-09-27Tidy up docs for DBusGMessageSimon McVittie1-1/+1
* 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
2011-09-27Clean up docs for DBusGConnectionSimon McVittie1-1/+1
* introductory doc-comment for the (pseudo-)class * attach the doc-comment for the GType to the macro, not the internal function * rename function parameters to match what the header file says 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
2011-09-27Ignore non-API source files correctlySimon McVittie1-7/+10
gtk-doc only cares about the basename of the files. 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
2011-09-27Remove stray empty subsectionSimon McVittie1-3/+0
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
2011-09-27Mention which header to include in the gtk-docSimon McVittie1-0/+8
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
2011-09-27Add some missing symbols to the docsSimon McVittie1-0/+6
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
2011-06-01Remove all support for DoxygenSimon McVittie1-3/+0
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=10890
2011-01-10docs: correct links in introductionWill Thompson1-5/+8
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=22667 — thanks to Daniel Macks for the bug report!
2010-10-14Merge branch 'type-names'Simon McVittie1-1/+3
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=30431
2010-10-14Add dbus_g_value_parse_g_variant to gtkdocSimon McVittie1-0/+1
2010-09-28Add DBusGObjectPath, DBusGSignature typedefsSimon McVittie1-1/+3
2010-07-14fd.o #28715: Add dbus_g_value_build_g_variant()Danielle Madeley1-0/+1
2010-04-07add mising DBUS_TYPE_G_* to the docGuillaume Desmottes1-0/+9
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2010-03-24Remove dbus-glib-undeclared.txt from git; it's a generated fileColin Walters1-0/+0
2010-03-02Remove dbus-glib-undocumented.txt from gitColin Walters1-60/+0
It's autogenerated by gtk-doc, so shouldn't be in git.
2010-01-27Fix bad NAME in dbus-binding-tool man pageJiří Klimeš1-1/+1
2009-07-16Bug 20343 - Add a man page for dbus-binding-toolBrian Cameron2-1/+299
Signed-off-by: Colin Walters <walters@verbum.org>
2009-04-16fd.o #21219: implement unregistration of objectsSimon McVittie1-0/+1
2008-06-05Pacify gtk-doc by adding new filesColin Walters2-0/+0
* doc/reference/dbus-glib-undeclared.txt: * doc/reference/dbus-glib.types: New files without which gtk-doc complains.
2008-06-05Bump for developmentColin Walters1-17/+3
2008-06-05Update gtk-docColin Walters1-3/+17
2008-03-15Add new function to specify the default timeout for a proxyDavid Zeuthen2-4/+14
Without a function like this the generated client glue code is unusable for D-Bus methods that take a long time to complete (such as disk operations like mkfs and partitioning). Also add some missing _with_timeout functions on DBusGProxy to the gtk docs.
2007-04-16Document dbus-gtype-specializedRob Taylor2-32/+8
Documents all the functions in dbus-gtype-specialized.c and adds an overview of the functionality.
2007-02-08update doc/reference/dbus-glib-undocumented.txtRob Taylor1-4/+3
dbus_g_thread_init is now documented.
2006-10-25Add dbus-gidl.h to IGNORE_HFILES for doxygen docsRob Taylor1-0/+1
2006-08-22add missing doc/Makefile.am from gtk-doc update.Rob Taylor1-0/+1
2006-08-18Commit patch to switch to gtk-doc with gtype-specialized doc and updates fromRob Taylor7-0/+484
Marc-Andre Lureau <marcandre.lureau@gmail.com>, with minor cleanup. Closes #7726.
2006-07-06- Add back the Doxygen doc generationJohn (J5) Palmieri1-0/+3