[seed] [docs] Fix a large number of the GtkDoc warnings we get on build
- From: Tim Horton <hortont src gnome org>
- To: svn-commits-list gnome org
- Subject: [seed] [docs] Fix a large number of the GtkDoc warnings we get on build
- Date: Fri, 19 Jun 2009 22:25:27 -0400 (EDT)
commit 823f39f8cde2fba97540826f73a95cd89324b79a
Author: Tim Horton <hortont svn gnome org>
Date: Fri Jun 19 22:25:11 2009 -0400
[docs] Fix a large number of the GtkDoc warnings we get on build
doc/reference/Makefile.am | 2 +-
doc/reference/seed-docs.sgml | 4 ++--
doc/reference/seed-sections.txt | 9 +++++++--
libseed/seed-exceptions.c | 2 +-
libseed/seed.h | 4 +++-
m4/libtool.m4 | 3 ---
6 files changed, 14 insertions(+), 10 deletions(-)
---
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 982431f..30087a8 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -42,7 +42,7 @@ FIXXREF_OPTIONS=
# Used for dependencies. The docs will be rebuilt if any of these change.
# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
-HFILE_GLOB=$(top_srcdir)/libseed/*.h
+HFILE_GLOB=$(top_srcdir)/libseed/seed.h
CFILE_GLOB=$(top_srcdir)/libseed/*.c
# Header files to ignore when scanning.
diff --git a/doc/reference/seed-docs.sgml b/doc/reference/seed-docs.sgml
index 7206bcf..75150bd 100644
--- a/doc/reference/seed-docs.sgml
+++ b/doc/reference/seed-docs.sgml
@@ -5,7 +5,7 @@
<bookinfo>
<title>Seed Reference Manual</title>
<releaseinfo>
- Documentation for Seed 0.7.
+ Documentation for Seed 0.8.
The latest version of this documentation can be found on-line at
<ulink role="online-location" url="http://www.gnome.org/~racarr/seed/gtk-doc/index.html">http://www.gnome.org/~racarr/seed/gtk-doc/</ulink>.
</releaseinfo>
@@ -22,7 +22,7 @@
<title>API Reference</title>
<chapter>
<title>General Seed Functions</title>
- <xi:include href="xml/seed.xml"/>
+ <xi:include href="xml/seed-main.xml"/>
<xi:include href="xml/seed-context.xml"/>
<xi:include href="xml/seed-closure.xml"/>
<xi:include href="xml/seed-string.xml"/>
diff --git a/doc/reference/seed-sections.txt b/doc/reference/seed-sections.txt
index d6ce92b..a265622 100644
--- a/doc/reference/seed-sections.txt
+++ b/doc/reference/seed-sections.txt
@@ -25,6 +25,8 @@ seed_make_object
seed_make_array
seed_object_call
seed_object_set_property_at_index
+seed_object_get_property_at_index
+seed_object_is_of_class
seed_object_get_private
seed_object_set_private
seed_object_get_property
@@ -131,10 +133,12 @@ seed_string_is_equal_utf8
<TITLE>Library</TITLE>
<FILE>seed-main</FILE>
<INCLUDE>seed/seed.h</INCLUDE>
-SeedEngine;
<SUBSECTION>
SeedEngine
seed_init
+seed_init_with_context_group
+seed_importer_add_global
+seed_importer_set_search_path
seed_engine_set_search_path
seed_engine_get_search_path
<SUBSECTION>
@@ -145,6 +149,7 @@ seed_simple_evaluate
seed_script_new_from_file
seed_script_exception
<SUBSECTION>
+seed_make_function
seed_create_function
seed_make_constructor
<SUBSECTION>
@@ -155,6 +160,6 @@ SeedModuleInitCallback
</SECTION>
<SUBSECTION>
seed_signal_connect
-seed_signal_connect_full
+seed_signal_connect_value
</SECTION>
diff --git a/libseed/seed-exceptions.c b/libseed/seed-exceptions.c
index a36b829..dae3729 100644
--- a/libseed/seed-exceptions.c
+++ b/libseed/seed-exceptions.c
@@ -76,7 +76,7 @@ seed_make_exception (JSContextRef ctx,
}
/**
- * seed_make_exception:
+ * seed_make_exception_from_gerror:
* @ctx: A #SeedContext.
* @exception: A reference to a #SeedException in which to store the exception.
* @error: A #GError* from which to copy the properties of the exception.
diff --git a/libseed/seed.h b/libseed/seed.h
index e59fcbf..bacb37e 100644
--- a/libseed/seed.h
+++ b/libseed/seed.h
@@ -419,8 +419,10 @@ gboolean
seed_object_is_of_class (SeedContext ctx, SeedObject obj, SeedClass class);
gboolean
-seed_value_to_format (SeedContext,
+seed_value_to_format (SeedContext ctx,
const gchar *format,
+ SeedValue *values,
+ SeedValue *exception,
...);
#endif
diff --git a/m4/libtool.m4 b/m4/libtool.m4
index 1e7ea47..2ca1c1f 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -4261,9 +4261,6 @@ dnl Note also adjust exclude_expsyms for C++ above.
openbsd*)
with_gnu_ld=no
;;
- linux* | k*bsd*-gnu)
- _LT_TAGVAR(link_all_deplibs, $1)=no
- ;;
esac
_LT_TAGVAR(ld_shlibs, $1)=yes
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]