gegl r2425 - trunk/docs



Author: ok
Date: Thu Jun 12 22:23:21 2008
New Revision: 2425
URL: http://svn.gnome.org/viewvc/gegl?rev=2425&view=rev

Log:
* index-static.txt.in: move compile command above hello-world example,
refer to more examples to be found in the examples dir. Document
gegl_config() together with the environment.


Modified:
   trunk/docs/ChangeLog
   trunk/docs/index-static.txt.in

Modified: trunk/docs/index-static.txt.in
==============================================================================
--- trunk/docs/index-static.txt.in	(original)
+++ trunk/docs/index-static.txt.in	Thu Jun 12 22:23:21 2008
@@ -198,14 +198,17 @@
 
 Hello world
 ^^^^^^^^^^^
-This is a small sample GEGL application that animates a zoom on a mandelbrot
-fractal
+The follwing is a small sample GEGL application that animates a zoom on a
+mandelbrot fractal compile it with:
+
+ $ gcc hello-world.c `pkg-config --libs --cflags gegl` -o hello-world
+
+This example and others can be found in the examples subdir of the GEGL distribution.
 
 ---------------------------
 sys::[cat ../examples/hello-world.c]
 ---------------------------
 
- $ gcc hello-world.c `pkg-config --libs --cflags gegl` -o hello-world
 
 
 Operation API
@@ -293,8 +296,9 @@
 
 Environment
 ~~~~~~~~~~~
-Some environment variables can be set to alter how GEGL runs, this list might
-not be exhaustive but it should list the most useful ones.
+Some environment variables can be set to alter how GEGL runs, all of these
+options are also available as properties on a singleton GObject returned from
+gegl_config ().
 
 GEGL_QUALITY::
     A value between 0.0 and 1.0 indicating a trade-off between quality and



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]