API docs patch for oaf-0.5.1
- From: Nils Philippsen <nils redhat de>
- To: gnome-components-list gnome org
- Subject: API docs patch for oaf-0.5.1
- Date: Sun, 15 Oct 2000 16:15:38 +0200 (CEST)
Hi maintainers and rest,
attached you find a patch to oaf-0.5.1 and CVS current which fixes
building of the API docs, because gtk-doc stumbled over a few things and
some files weren't packed into the tarball as well.
Someone with the appropriate permissions, please apply the patch as I
don't have CVS write access.
Here's the ChangeLog entry:
2000-10-15 Nils Philippsen <nils redhat de>
* liboaf/oaf-actid.c: removed "Return value: none" line because
gtk-doc stumbled over it.
* api-docs/Makefile.am: added missing txt, sgml and png files to
EXTRA_DIST.
* api-docs/liboaf-decl.txt: removed OAFActivationCallback because
it isn't in the sources anywhere and no struct either.
* liboaf-sections.txt: changed file name to "query_and_activation"
instead of "query and activation" (gtk-doc stumbled here as well)
Cheers,
Nils
--
Nils Philippsen / +49.711.96437.250 / nils redhat de
Red Hat GmbH / Hauptstätter Straße 58 / D70178 Stuttgart
The use of COBOL cripples the mind; its teaching should, therefore, be
regarded as a criminal offence. -- Edsger W. Dijkstra
--- oaf/liboaf/oaf-actid.c.docs Sun Oct 15 14:29:24 2000
+++ oaf/liboaf/oaf-actid.c Sun Oct 15 14:29:52 2000
@@ -71,8 +71,6 @@
* @actinfo: the %OAFActivationInfo structure to free.
*
* Frees @actinfo.
- *
- * Return value: none.
*/
void
--- oaf/api-docs/Makefile.am.docs Sat Aug 12 01:25:44 2000
+++ oaf/api-docs/Makefile.am Sun Oct 15 14:35:47 2000
@@ -35,9 +35,19 @@
query-langage.sgml \
architecture.sgml \
fdl.sgml \
+ $(DOC_MAIN_SGML_FILE) \
$(NULL)
-EXTRA_DIST = $(my_sgml_files)
+my_txt_files = \
+ liboaf-decl.txt \
+ liboaf-sections.txt \
+ $(NULL)
+
+my_png_files = \
+ oaf.png \
+ $(NULL)
+
+EXTRA_DIST = $(my_sgml_files) $(my_txt_files) $(my_png_files)
if ENABLE_GTK_DOC
liboaf.html: html/book1.html
--- oaf/api-docs/liboaf-decl.txt.docs Fri Oct 6 06:25:32 2000
+++ oaf/api-docs/liboaf-decl.txt Sun Oct 15 14:26:13 2000
@@ -256,14 +256,6 @@
CORBA_Environment * ev
</FUNCTION>
-<STRUCT>
-<NAME>OAFActivationCallback</NAME>
-typedef void (*OAFActivationCallback) (CORBA_Object activated_object,
- const char *error_reason,
- gpointer user_data);
-
-</STRUCT>
-
<FUNCTION>
<RETURNS>void</RETURNS>
<NAME>oaf_activate_async</NAME>
--- oaf/api-docs/liboaf-sections.txt.docs Fri Oct 6 06:25:32 2000
+++ oaf/api-docs/liboaf-sections.txt Sun Oct 15 14:26:23 2000
@@ -15,7 +15,7 @@
</SECTION>
<SECTION>
-<FILE>query and activation</FILE>
+<FILE>query_and_activation</FILE>
OAF_ImplementationID
OAF_ActivationID
OAF_ServerInfo
--- oaf/ChangeLog.docs Sun Oct 15 14:07:11 2000
+++ oaf/ChangeLog Sun Oct 15 14:43:56 2000
@@ -1,3 +1,13 @@
+2000-10-15 Nils Philippsen <nils redhat de>
+ * liboaf/oaf-actid.c: removed "Return value: none" line because
+ gtk-doc stumbled over it.
+ * api-docs/Makefile.am: added missing txt, sgml and png files to
+ EXTRA_DIST.
+ * api-docs/liboaf-decl.txt: removed OAFActivationCallback because
+ it isn't in the sources anywhere and no struct either.
+ * liboaf-sections.txt: changed file name to "query_and_activation"
+ instead of "query and activation" (gtk-doc stumbled here as well)
+
2000-10-09 Maciej Stachowiak <mjs eazel com>
* HACKING: Updated commit policy.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]