summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett Regier <garrettregier@gmail.com>2014-12-19 23:40:30 -0800
committerGarrett Regier <garrettregier@gmail.com>2014-12-20 00:36:25 -0800
commitd93a7d864eef9fc3b37a1a91183407a897f71c38 (patch)
tree68b81ae7ca70fdaf5f5c8aa8049315e5ab31a15c
parent1f7655890c7b38e0b172b2d9f350142675a3dc6c (diff)
downloadlibpeas-d93a7d864eef9fc3b37a1a91183407a897f71c38.tar.gz
Fix the docs
-rw-r--r--docs/reference/libpeas-docs.sgml22
-rw-r--r--libpeas/peas-engine.c2
2 files changed, 22 insertions, 2 deletions
diff --git a/docs/reference/libpeas-docs.sgml b/docs/reference/libpeas-docs.sgml
index cd44728..44e5c5f 100644
--- a/docs/reference/libpeas-docs.sgml
+++ b/docs/reference/libpeas-docs.sgml
@@ -36,9 +36,29 @@
</chapter>
</part>
<index id="api-index-full">
- <title>API Index</title>
+ <title>Index</title>
<xi:include href="xml/api-index-full.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>
+ </index>
+ <index id="api-index-1-2" role="1.2">
+ <title>Index of new symbols in 1.2</title>
+ <xi:include href="xml/api-index-1.2.xml"><xi:fallback /></xi:include>
+ </index>
+ <index id="api-index-1-4" role="1.4">
+ <title>Index of new symbols in 1.4</title>
+ <xi:include href="xml/api-index-1.4.xml"><xi:fallback /></xi:include>
+ </index>
+ <index id="api-index-1-6" role="1.6">
+ <title>Index of new symbols in 1.6</title>
+ <xi:include href="xml/api-index-1.6.xml"><xi:fallback /></xi:include>
+ </index>
+ <index id="api-index-1-14" role="1.14">
+ <title>Index of new symbols in 1.14</title>
+ <xi:include href="xml/api-index-1.14.xml"><xi:fallback /></xi:include>
+ </index>
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
</book>
diff --git a/libpeas/peas-engine.c b/libpeas/peas-engine.c
index 7934adc..328acee 100644
--- a/libpeas/peas-engine.c
+++ b/libpeas/peas-engine.c
@@ -565,7 +565,7 @@ peas_engine_class_init (PeasEngineClass *klass)
*
* See peas_engine_new_with_nonglobal_loaders() for more information.
*
- * Since: 2.14
+ * Since: 1.14
*/
properties[PROP_NONGLOBAL_LOADERS] =
g_param_spec_boolean ("nonglobal-loaders",