gnome.seed
14 years agoMove all examples to separate seed-examples repository. SEED_2_29_1
Tim Horton [Wed, 7 Oct 2009 06:10:35 +0000 (02:10 -0400)]
Move all examples to separate seed-examples repository.

14 years agoUse @libdir@ instead of @prefix@/lib
Tim Horton [Wed, 7 Oct 2009 05:46:26 +0000 (01:46 -0400)]
Use @libdir@ instead of @prefix@/lib

This fixes same-gnome-clutter and lightsoff on platforms where
@libdir@ is NOT @prefix@/lib (i.e. where @libdir@ is @prefix@/lib64
instead)

14 years agoPost-release bump to 2.29.1
Tim Horton [Sun, 20 Sep 2009 23:06:55 +0000 (19:06 -0400)]
Post-release bump to 2.29.1

14 years agoUpdate NEWS for the last three releases (oops!) SEED_2_28_0
Tim Horton [Sun, 20 Sep 2009 22:48:51 +0000 (18:48 -0400)]
Update NEWS for the last three releases (oops!)

14 years agoPost-release bump to 2.28.0
Tim Horton [Tue, 8 Sep 2009 02:14:07 +0000 (22:14 -0400)]
Post-release bump to 2.28.0

14 years ago[libseed] Implement instanceof for GObject constructors and named GObject constructor... SEED_2_27_92
Robert Carr [Mon, 7 Sep 2009 06:13:10 +0000 (02:13 -0400)]
[libseed] Implement instanceof for GObject constructors and named GObject constructors, closes BGO 592936

14 years ago[libseed] Implement G_TYPE_STRV in seed_gvalue_from_seed_value, closes BGO 584321
Robert Carr [Mon, 7 Sep 2009 05:57:18 +0000 (01:57 -0400)]
[libseed] Implement G_TYPE_STRV in seed_gvalue_from_seed_value, closes BGO 584321

14 years ago[libseed] Add seed_engine_destroy
Robert Carr [Mon, 7 Sep 2009 05:38:51 +0000 (01:38 -0400)]
[libseed] Add seed_engine_destroy

14 years ago[modules] Build as loadable modules, instead of fully-versioned libraries
Josselin Mouette [Fri, 4 Sep 2009 18:37:12 +0000 (14:37 -0400)]
[modules] Build as loadable modules, instead of fully-versioned libraries

14 years agoRevert "Clean up 'seed' interpreter"
Tim Horton [Tue, 25 Aug 2009 02:00:06 +0000 (22:00 -0400)]
Revert "Clean up 'seed' interpreter"

This reverts commit c061547a7953fc7072b9e0043d0f5c33c7f3ec10.

14 years agoClean up 'seed' interpreter
Tim Horton [Sat, 22 Aug 2009 04:35:51 +0000 (00:35 -0400)]
Clean up 'seed' interpreter

Don't bother passing argc/argv to functions that don't need it
Use EXIT_SUCCESS/EXIT_FAILURE instead of implementation-specific values
Use seed_exception_to_string instead of stringifying by hand

14 years agoPost-release bump to 2.27.92
Tim Horton [Fri, 21 Aug 2009 22:07:58 +0000 (18:07 -0400)]
Post-release bump to 2.27.92

14 years agoUse LDFLAGS instead of CFLAGS when appropriate SEED_2_27_91
Xan Lopez [Fri, 21 Aug 2009 12:17:01 +0000 (15:17 +0300)]
Use LDFLAGS instead of CFLAGS when appropriate

And remove a rogue tab.

14 years agoUse AM_SILENT_RULES instead of shave.
Xan Lopez [Fri, 21 Aug 2009 11:25:28 +0000 (14:25 +0300)]
Use AM_SILENT_RULES instead of shave.

When using automake >= 1.11, use AM_SILENT_RULES to make building less
verbose. Can be disabled passing --disable-silent-rules to configure
or V=1 to make.

14 years ago[libseed] Add seed_context_create, which just wraps JSGarbageCollect
Tim Horton [Fri, 14 Aug 2009 02:01:41 +0000 (22:01 -0400)]
[libseed] Add seed_context_create, which just wraps JSGarbageCollect

14 years agoPost-release bump to 2.27.91
Tim Horton [Mon, 10 Aug 2009 22:00:02 +0000 (18:00 -0400)]
Post-release bump to 2.27.91

14 years agoWe're calling this 2.27.90 to sync up with the GNOME version now that we're a module SEED_2_27_90
Tim Horton [Mon, 10 Aug 2009 20:59:46 +0000 (16:59 -0400)]
We're calling this 2.27.90 to sync up with the GNOME version now that we're a module

14 years agogitignore the generated index.html
Tim Horton [Mon, 10 Aug 2009 20:28:17 +0000 (16:28 -0400)]
gitignore the generated index.html

14 years ago[ffi] Use size_t format flag
Tim Horton [Mon, 10 Aug 2009 20:27:26 +0000 (16:27 -0400)]
[ffi] Use size_t format flag

14 years ago[docs] Modules link from doc index should go to module documentation, not seed-module...
Tim Horton [Mon, 10 Aug 2009 18:12:11 +0000 (10:12 -0800)]
[docs] Modules link from doc index should go to module documentation, not seed-module C API docs

14 years agoUpdate example index, make HACKING point there
Tim Horton [Mon, 10 Aug 2009 17:59:03 +0000 (09:59 -0800)]
Update example index, make HACKING point there

14 years ago[docs] Point to large manual for module documentation
Tim Horton [Mon, 10 Aug 2009 17:45:08 +0000 (09:45 -0800)]
[docs] Point to large manual for module documentation

14 years ago[docs] Forgot to include one of the files in the last commit
Tim Horton [Mon, 10 Aug 2009 17:42:08 +0000 (09:42 -0800)]
[docs] Forgot to include one of the files in the last commit

14 years ago[docs] Factor out gtk-doc displayed version number
Tim Horton [Mon, 10 Aug 2009 17:27:47 +0000 (09:27 -0800)]
[docs] Factor out gtk-doc displayed version number

14 years agoUpdate gitignore to match new documentation, etc.
Tim Horton [Mon, 10 Aug 2009 17:23:24 +0000 (09:23 -0800)]
Update gitignore to match new documentation, etc.

14 years ago[tests] Fix everything.js test after inspection of source
Tim Horton [Mon, 10 Aug 2009 17:10:00 +0000 (09:10 -0800)]
[tests] Fix everything.js test after inspection of source

14 years agoDistribute various assorted files which we were missing
Tim Horton [Mon, 10 Aug 2009 17:00:51 +0000 (09:00 -0800)]
Distribute various assorted files which we were missing

14 years ago[cairo] Quit when floating window is closed
Tim Horton [Mon, 10 Aug 2009 16:29:51 +0000 (08:29 -0800)]
[cairo] Quit when floating window is closed

14 years ago[browser] Use nice property installation, fix toolbar bugs
Tim Horton [Mon, 10 Aug 2009 16:21:11 +0000 (08:21 -0800)]
[browser] Use nice property installation, fix toolbar bugs

14 years ago[libseed] Support pretty property installation for objects
Tim Horton [Mon, 10 Aug 2009 16:19:29 +0000 (08:19 -0800)]
[libseed] Support pretty property installation for objects

14 years agoRemove OPEN_QUESTIONS; this is from before we had a bugzilla
Tim Horton [Mon, 10 Aug 2009 16:00:58 +0000 (08:00 -0800)]
Remove OPEN_QUESTIONS; this is from before we had a bugzilla

14 years agoUpdate NEWS for today's release
Tim Horton [Mon, 10 Aug 2009 15:52:00 +0000 (07:52 -0800)]
Update NEWS for today's release

I'm not sure what the version number of today's release should be;
the obvious choice is 0.8.6, but since we're now an official module,
perhaps it should be 2.27.90.

14 years ago[docs] Filename tag is "filename", not "file"
Tim Horton [Mon, 10 Aug 2009 15:37:57 +0000 (07:37 -0800)]
[docs] Filename tag is "filename", not "file"

14 years ago[docs] Distribute importer docs, include seed_script_destroy function
Tim Horton [Mon, 10 Aug 2009 15:31:58 +0000 (07:31 -0800)]
[docs] Distribute importer docs, include seed_script_destroy function

14 years agoMove ChangeLog to NEWS, autogenerate ChangeLog, to fit in with other GNOME modules
Tim Horton [Mon, 10 Aug 2009 15:15:25 +0000 (07:15 -0800)]
Move ChangeLog to NEWS, autogenerate ChangeLog, to fit in with other GNOME modules

14 years ago[docs] Standardize on 'val' for type conversion function input value
Tim Horton [Mon, 10 Aug 2009 14:40:00 +0000 (06:40 -0800)]
[docs] Standardize on 'val' for type conversion function input value

14 years ago[ffi] Include ffi flags when building ffi module for nonstandard installs
Tim Horton [Mon, 10 Aug 2009 14:33:50 +0000 (06:33 -0800)]
[ffi] Include ffi flags when building ffi module for nonstandard installs

14 years agoFrom here on out, use post-release version increment
Tim Horton [Thu, 6 Aug 2009 11:44:17 +0000 (07:44 -0400)]
From here on out, use post-release version increment

This puts us in sync with the rest of GNOME and makes it easier for
other projects depending on Seed to require the latest development version.

14 years agoRelicense main.c as LGPLv3, closes 590810
Tim Horton [Thu, 6 Aug 2009 03:49:57 +0000 (23:49 -0400)]
Relicense main.c as LGPLv3, closes 590810

14 years ago[ffi] Add support for pointer types to FFI. Also avoid recreating FFIFunction objects...
Robert Carr [Mon, 3 Aug 2009 01:20:02 +0000 (21:20 -0400)]
[ffi] Add support for pointer types to FFI. Also avoid recreating FFIFunction objects and cache them in a GHashTable in the new seed_ffi_library_priv struct.

14 years ago[libxml] getAttribute would only work for the first attribute in a tag. Fix this
Robert Carr [Sun, 2 Aug 2009 18:05:53 +0000 (14:05 -0400)]
[libxml] getAttribute would only work for the first attribute in a tag. Fix this

14 years ago[ffi] Hey, ffi actually works now. Add tests to prove this
Robert Carr [Sun, 2 Aug 2009 17:55:24 +0000 (13:55 -0400)]
[ffi] Hey, ffi actually works now. Add tests to prove this

14 years ago[examples] Distribute proper versions of clutter examples
Tim Horton [Sun, 2 Aug 2009 01:43:59 +0000 (21:43 -0400)]
[examples] Distribute proper versions of clutter examples

14 years ago[ffi] Calling functions works now...
Robert Carr [Sun, 2 Aug 2009 01:28:14 +0000 (21:28 -0400)]
[ffi] Calling functions works now...

14 years ago[ffi] Start implementing the calling bits...
Robert Carr [Sat, 1 Aug 2009 22:48:08 +0000 (18:48 -0400)]
[ffi] Start implementing the calling bits...

14 years agoffi: Implement signature reading/building of internal representation for function...
Robert Carr [Sat, 1 Aug 2009 22:27:21 +0000 (18:27 -0400)]
ffi: Implement signature reading/building of internal representation for function signatures

14 years agoMerge branch 'master' into ffi
Robert Carr [Sat, 1 Aug 2009 21:52:55 +0000 (17:52 -0400)]
Merge branch 'master' into ffi

14 years ago[libseed] Fix bug in seed_value_to_string where if an object had an explicitly null...
Robert Carr [Sat, 1 Aug 2009 21:52:34 +0000 (17:52 -0400)]
[libseed] Fix bug in seed_value_to_string where if an object had an explicitly null toString member (overriding the default object one), it would cause a crash

14 years agoImplement getting functions from libraries...sort of...no calling yet
Robert Carr [Sat, 1 Aug 2009 21:47:52 +0000 (17:47 -0400)]
Implement getting functions from libraries...sort of...no calling yet

14 years agoAdd ffi.Library constructor
Robert Carr [Sat, 1 Aug 2009 21:32:23 +0000 (17:32 -0400)]
Add ffi.Library constructor

14 years agoInitial add of ffi module
Robert Carr [Sat, 1 Aug 2009 21:19:54 +0000 (17:19 -0400)]
Initial add of ffi module

14 years ago[libseed] Organize seed.h by value/object/context/closure/etc functions.
Robert Carr [Sat, 1 Aug 2009 19:54:29 +0000 (15:54 -0400)]
[libseed] Organize seed.h by value/object/context/closure/etc functions.

14 years ago[libseed] Fix gtype-gtype.js test
Robert Carr [Sat, 1 Aug 2009 03:48:29 +0000 (23:48 -0400)]
[libseed] Fix gtype-gtype.js test

14 years agoFix build
Robert Carr [Sat, 1 Aug 2009 03:42:50 +0000 (23:42 -0400)]
Fix build

14 years ago[n-oscillator] Use new semi-attractive gobject property definition
Tim Horton [Sat, 1 Aug 2009 03:26:59 +0000 (23:26 -0400)]
[n-oscillator] Use new semi-attractive gobject property definition

14 years ago[notify-test] Make notify test only notify on file creation, and show semi-useful...
Tim Horton [Sat, 1 Aug 2009 03:19:04 +0000 (23:19 -0400)]
[notify-test] Make notify test only notify on file creation, and show semi-useful information, just for fun

14 years ago[examples] Move clutter-transitions to broken as it hasn't been ported from 0.8
Tim Horton [Sat, 1 Aug 2009 03:09:58 +0000 (23:09 -0400)]
[examples] Move clutter-transitions to broken as it hasn't been ported from 0.8

14 years ago[examples] Clutter 1.0 is stable; there's no reason to hold around 0.8 or 0.9 example...
Tim Horton [Sat, 1 Aug 2009 03:05:40 +0000 (23:05 -0400)]
[examples] Clutter 1.0 is stable; there's no reason to hold around 0.8 or 0.9 examples anymore. Deprecate pong because it's horrible and never got ported from 0.8.

14 years ago[libseed] Throw exception if property is installed with no type
Tim Horton [Sat, 1 Aug 2009 02:20:22 +0000 (22:20 -0400)]
[libseed] Throw exception if property is installed with no type

14 years ago[libseed] More error checking for pretty property installation
Tim Horton [Sat, 1 Aug 2009 02:18:47 +0000 (22:18 -0400)]
[libseed] More error checking for pretty property installation

14 years agoRevert "[libseed] The real problem with seed_gtype_construct was that the qdata stori...
Tim Horton [Fri, 31 Jul 2009 04:28:13 +0000 (00:28 -0400)]
Revert "[libseed] The real problem with seed_gtype_construct was that the qdata storing the instance init function was being overwritten, use a hash table keyed by type now"

This reverts commit c7daca0f60ae7e687804b11a7f71990a96042b49.

Conflicts:

libseed/seed-gtype.c

14 years agoRevert "[libseed] Commit c7daca0f removed set/get_property on gtype class."
Tim Horton [Fri, 31 Jul 2009 04:21:17 +0000 (00:21 -0400)]
Revert "[libseed] Commit c7daca0f removed set/get_property on gtype class."

This reverts commit a5abcd40e738bc9d30cfec5369aca74b06cbab24.

14 years ago[tests] Accidentally committed broken test in last commit.
Tim Horton [Fri, 31 Jul 2009 02:19:16 +0000 (22:19 -0400)]
[tests] Accidentally committed broken test in last commit.

14 years ago[libseed] More pretty-install property types, exception handling, etc.
Tim Horton [Fri, 31 Jul 2009 02:17:51 +0000 (22:17 -0400)]
[libseed] More pretty-install property types, exception handling, etc.

14 years ago[libseed] Add more attractive way to define GObject properties on newly created GTypes.
Tim Horton [Fri, 31 Jul 2009 01:30:14 +0000 (21:30 -0400)]
[libseed] Add more attractive way to define GObject properties on newly created GTypes.

This is incomplete as of yet (only supports bool and char properties, but it's mostly just copy-'n-paste from here on out).

Also, add a test that shows how to use this (to add a single boolean property, the others follow in an obvious way, except add "maximum_value" and "minimum_value" properties for properties that use them.

This also needs a *ton* more error checking.

14 years ago[libseed] Commit c7daca0f removed set/get_property on gtype class.
Tim Horton [Fri, 31 Jul 2009 00:53:28 +0000 (20:53 -0400)]
[libseed] Commit c7daca0f removed set/get_property on gtype class.

This fixes breakage in adding properties to JS-side GTypes.

14 years agoUpdate copyright headers and indentation notes.
Tim Horton [Thu, 30 Jul 2009 01:01:58 +0000 (21:01 -0400)]
Update copyright headers and indentation notes.

14 years ago[libseed] Indentation fix. Sorry, Robb.
Tim Horton [Thu, 30 Jul 2009 00:54:45 +0000 (20:54 -0400)]
[libseed] Indentation fix. Sorry, Robb.

14 years ago[docs] Various tiny grammatical fixes
Tim Horton [Wed, 29 Jul 2009 23:24:54 +0000 (19:24 -0400)]
[docs] Various tiny grammatical fixes

14 years ago[libseed] Real solution to the seed_gtype_construct recursion problem when inheriting...
Robert Carr [Wed, 29 Jul 2009 09:33:06 +0000 (05:33 -0400)]
[libseed] Real solution to the seed_gtype_construct recursion problem when inheriting from Seed defined GTypes. In seed_gtype_construct, we see if our parent is also a Seed defined type (has constructor == seed_gtype_construct), and if so we chain up to it's parent. If not, we chain to our parent.

14 years ago[libseed] The real problem with seed_gtype_construct was that the qdata storing the...
Robert Carr [Wed, 29 Jul 2009 09:00:46 +0000 (05:00 -0400)]
[libseed] The real problem with seed_gtype_construct was that the qdata storing the instance init function was being overwritten, use a hash table keyed by type now

14 years ago[libseed] Remove some unused quarks
Robert Carr [Wed, 29 Jul 2009 08:49:40 +0000 (04:49 -0400)]
[libseed] Remove some unused quarks

14 years ago[libseed] Fix the code duplication in init/init_with_context_group. init_with_context...
Robert Carr [Wed, 29 Jul 2009 08:40:58 +0000 (04:40 -0400)]
[libseed] Fix the code duplication in init/init_with_context_group. init_with_context_group was out of sync anyway

14 years ago[libseed] All Seed created GTypes have the same construct function (seed_gtype_constr...
Robert Carr [Wed, 29 Jul 2009 07:51:27 +0000 (03:51 -0400)]
[libseed] All Seed created GTypes have the same construct function (seed_gtype_construct), and so when chaining to the parent constructor, it is neccessary to explicitly pass the parent type rather than the constructor type, or suffer imminent stack overflow closes 590049. This was introduced in the switch from using init to constructors. Also includes a test

14 years ago[libseed] Prototype of gobject_methods should be Function.prototype. JSCore does...
Robert Carr [Wed, 29 Jul 2009 07:42:01 +0000 (03:42 -0400)]
[libseed] Prototype of gobject_methods should be Function.prototype. JSCore does not expose the JSObjectRef for Function.prototype, so it is neccessary to evaluate Function.prototype and assign from this.

14 years ago[docs] Add remarks about JavaScriptCore exception model
Robert Carr [Wed, 29 Jul 2009 03:55:59 +0000 (23:55 -0400)]
[docs] Add remarks about JavaScriptCore exception model

14 years ago[docs] Add some documentation to SeedClass
Robert Carr [Wed, 29 Jul 2009 03:48:28 +0000 (23:48 -0400)]
[docs] Add some documentation to SeedClass

14 years ago[libseed] Use g_build_filename for portability
Tim Horton [Mon, 27 Jul 2009 20:08:33 +0000 (16:08 -0400)]
[libseed] Use g_build_filename for portability

14 years ago[libseed] Implement __init__.js functionality. When an importer directory is loaded...
Robert Carr [Sun, 26 Jul 2009 16:03:11 +0000 (12:03 -0400)]
[libseed] Implement __init__.js functionality. When an importer directory is loaded (say imports.lightsoff) if the folder contains __init__.js it will be run (with the imports.lightsoff object as this)

14 years ago[libseed] Refactor some of the importer dir handling code (adding __init__.js) soon
Robert Carr [Sun, 26 Jul 2009 15:53:28 +0000 (11:53 -0400)]
[libseed] Refactor some of the importer dir handling code (adding __init__.js) soon

14 years ago[docs] Search path documentation
Tim Horton [Thu, 23 Jul 2009 12:23:44 +0000 (08:23 -0400)]
[docs] Search path documentation

14 years ago[docs] Loading native modules documentation
Tim Horton [Thu, 23 Jul 2009 11:43:57 +0000 (07:43 -0400)]
[docs] Loading native modules documentation

14 years ago[docs] Initial gtk-doc about the importer (from JS-side)
Tim Horton [Wed, 22 Jul 2009 19:47:30 +0000 (15:47 -0400)]
[docs] Initial gtk-doc about the importer (from JS-side)

This and all subsequent commits should be reviewed later or by
other eyes, as this documentation is being written on a bus...

14 years ago[docs] Make documentation respect DESTDIR install parameter
Ernani Azevedo [Tue, 21 Jul 2009 18:42:38 +0000 (14:42 -0400)]
[docs] Make documentation respect DESTDIR install parameter

14 years agoFix iteration over out parameters after invoking a function.
Xan Lopez [Mon, 22 Jun 2009 12:18:36 +0000 (15:18 +0300)]
Fix iteration over out parameters after invoking a function.

We were using the same index to iterate over both in and out arrays,
but since they are different arrays both starting at 0 we need to use
two variables.

On top of that, use out_args as the arguments source, since that's the
array that we pass to g_function_info_invoke.

14 years ago[os] Also use canonicalize_file_name in os.realpath
Tim Horton [Thu, 16 Jul 2009 20:55:27 +0000 (16:55 -0400)]
[os] Also use canonicalize_file_name in os.realpath

14 years ago[libseed] Use canonicalize_file_name instead of realpath
Tim Horton [Thu, 16 Jul 2009 20:32:32 +0000 (16:32 -0400)]
[libseed] Use canonicalize_file_name instead of realpath

Apparently MAX_PATH is broken on many systems, and realpath is just a bad idea;
this trades one problem for another, because now we depend on a glibc extension

14 years agoReplace use of g_strconcat with "/" with g_build_filename
Matt ARSENAULT [Thu, 16 Jul 2009 11:52:48 +0000 (07:52 -0400)]
Replace use of g_strconcat with "/" with g_build_filename

14 years ago[libseed] [os] Make __script_path__ canonical and absolute. Add os.realpath.
Tim Horton [Wed, 15 Jul 2009 05:54:11 +0000 (01:54 -0400)]
[libseed] [os] Make __script_path__ canonical and absolute. Add os.realpath.

14 years ago[gtkbuilder] Override Gtk.Builder.add_from_string to automatically pass the length...
Tim Horton [Tue, 14 Jul 2009 21:22:52 +0000 (17:22 -0400)]
[gtkbuilder] Override Gtk.Builder.add_from_string to automatically pass the length argument

14 years ago[libseed] Expose path to script as __script_path__ on all JS contexts
Tim Horton [Tue, 14 Jul 2009 20:57:04 +0000 (16:57 -0400)]
[libseed] Expose path to script as __script_path__ on all JS contexts

14 years ago[examples] ls.js accidentally got Seed. stripped from printf (not print)
Tim Horton [Tue, 14 Jul 2009 00:33:22 +0000 (20:33 -0400)]
[examples] ls.js accidentally got Seed. stripped from printf (not print)

14 years ago[docs] Seed online docs moved to library.gnome.org
Tim Horton [Mon, 13 Jul 2009 08:20:29 +0000 (04:20 -0400)]
[docs] Seed online docs moved to library.gnome.org

14 years ago[docs] Native function example
Tim Horton [Sun, 12 Jul 2009 22:03:19 +0000 (18:03 -0400)]
[docs] Native function example

14 years ago[docs] Move SeedFunctionCallback docs to seed-api.c
Tim Horton [Sun, 12 Jul 2009 21:49:42 +0000 (17:49 -0400)]
[docs] Move SeedFunctionCallback docs to seed-api.c

14 years ago[docs] SeedFunctionCallback documentation
Tim Horton [Sun, 12 Jul 2009 21:40:31 +0000 (17:40 -0400)]
[docs] SeedFunctionCallback documentation

I put docs for this in the sgml template. Not sure that's right, but it seems
wrong to put it in seed.h too

14 years ago[libseed] Fix inconsistent argument naming on seed_create_function
Tim Horton [Sun, 12 Jul 2009 21:30:19 +0000 (17:30 -0400)]
[libseed] Fix inconsistent argument naming on seed_create_function

14 years ago[docs] seed_create_function
Tim Horton [Sun, 12 Jul 2009 21:27:20 +0000 (17:27 -0400)]
[docs] seed_create_function

14 years ago[docs] Update native function documentation
Tim Horton [Sun, 12 Jul 2009 21:21:25 +0000 (17:21 -0400)]
[docs] Update native function documentation

14 years ago[docs] Update more seed_value* docs
Tim Horton [Sun, 12 Jul 2009 20:33:47 +0000 (16:33 -0400)]
[docs] Update more seed_value* docs