[totem] Fix the API documentation build
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] Fix the API documentation build
- Date: Wed, 22 Dec 2010 17:45:50 +0000 (UTC)
commit 1ebd9258c352ab7ee5d3eaf1b6cd504a6197f2d8
Author: Philip Withnall <philip tecnocode co uk>
Date: Wed Dec 22 17:45:32 2010 +0000
Fix the API documentation build
docs/reference/Makefile.am | 4 +++-
docs/reference/totem-docs.xml | 12 ++++++++----
src/gsd-osd-window.c | 4 ++--
3 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 9fe75ba..0b9e9a5 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -116,7 +116,9 @@ IGNORE_HFILES += \
totem-skipto-plugin.h \
totem-time-entry.h \
totem-tracker-widget.h \
- totem-marshal.h
+ totem-marshal.h \
+ gsd-media-keys-window.h \
+ gsd-osd-window.h
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
diff --git a/docs/reference/totem-docs.xml b/docs/reference/totem-docs.xml
index bc92abb..5ef67b4 100644
--- a/docs/reference/totem-docs.xml
+++ b/docs/reference/totem-docs.xml
@@ -35,14 +35,18 @@
<title>Index of all symbols</title>
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
</index>
- <index role="2.18">
- <title>Index of new symbols in 2.18</title>
- <xi:include href="xml/api-index-2.18.xml"><xi:fallback/></xi:include>
- </index>
<index role="2.90.0">
<title>Index of new symbols in 2.90.0</title>
<xi:include href="xml/api-index-2.90.0.xml"><xi:fallback/></xi:include>
</index>
+ <index role="2.90.6">
+ <title>Index of new symbols in 2.90.6</title>
+ <xi:include href="xml/api-index-2.90.6.xml"><xi:fallback/></xi:include>
+ </index>
+ <index role="3.0">
+ <title>Index of new symbols in 3.0</title>
+ <xi:include href="xml/api-index-3.0.xml"><xi:fallback/></xi:include>
+ </index>
<index id="api-index-deprecated" role="deprecated">
<title>Index of deprecated symbols</title>
<xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
diff --git a/src/gsd-osd-window.c b/src/gsd-osd-window.c
index 955b1f3..dea9dec 100644
--- a/src/gsd-osd-window.c
+++ b/src/gsd-osd-window.c
@@ -683,7 +683,7 @@ gsd_osd_window_class_init (GsdOsdWindowClass *klass)
g_type_class_add_private (klass, sizeof (GsdOsdWindowPrivate));
}
-/**
+/*
* gsd_osd_window_is_composited:
* @window: a #GsdOsdWindow
*
@@ -695,7 +695,7 @@ gsd_osd_window_is_composited (GsdOsdWindow *window)
return window->priv->is_composited;
}
-/**
+/*
* gsd_osd_window_is_valid:
* @window: a #GsdOsdWindow
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]