diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/reference/libmcclient/Makefile.am | 3 | ||||
-rw-r--r-- | doc/reference/libmcclient/tmpl/mc-account.sgml | 9 |
3 files changed, 15 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2008-07-01 Alberto Mardegan <alberto.mardegan@nokia.com> + * doc/reference/libmcclient/Makefile.am: + Implemented a workaround for gtkdoc to recognize the DBus specialized + types. McAccount signal documentation is now generated. + * doc/reference/libmcclient/libmcclient.types: Re-enable signal documentation for McAccount; it doesn't work, but it's not the reason why the build was failing. diff --git a/doc/reference/libmcclient/Makefile.am b/doc/reference/libmcclient/Makefile.am index 217cde14..a32e3ef7 100644 --- a/doc/reference/libmcclient/Makefile.am +++ b/doc/reference/libmcclient/Makefile.am @@ -23,7 +23,8 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml DOC_SOURCE_DIR=../../../libmcclient # Extra options to pass to gtkdoc-scangobj. Not normally needed. -SCANGOBJ_OPTIONS= +SCANGOBJ_OPTIONS=--type-init-func='g_type_init();dbus_g_bus_get(0,NULL)' +export DBUS_FATAL_WARNINGS:=0 # Extra options to supply to gtkdoc-scan. # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" diff --git a/doc/reference/libmcclient/tmpl/mc-account.sgml b/doc/reference/libmcclient/tmpl/mc-account.sgml index f61c80f5..829a4501 100644 --- a/doc/reference/libmcclient/tmpl/mc-account.sgml +++ b/doc/reference/libmcclient/tmpl/mc-account.sgml @@ -27,6 +27,15 @@ mc-account @manager_name: @protocol_name: +<!-- ##### SIGNAL McAccount::avatar-changed ##### --> +<para> + +</para> + +@mcaccount: the object which received the signal. +@arg1: +@arg2: + <!-- ##### SIGNAL McAccount::connection-status-changed ##### --> <para> |