Enlightenment CVS committal
Author : dj2
Project : e17
Module : docs
Dir : e17/docs/cookbook/xml/evoak
Modified Files:
evoak_hello_eh.xml
Log Message:
- minor xml cleanups
- wrap functions in the <function></function> tag
===================================================================
RCS file: /cvsroot/enlightenment/e17/docs/cookbook/xml/evoak/evoak_hello_eh.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- evoak_hello_eh.xml 4 Jul 2004 18:43:27 -0000 1.2
+++ evoak_hello_eh.xml 4 Jul 2004 19:34:32 -0000 1.3
@@ -68,7 +68,7 @@
</programlisting>
</example>
<para>
-Evoak needs to be setup initially with a call to evoak_init(). This will
+Evoak needs to be setup initially with a call to <function>evoak_init</function>.
This will
setup all the internal libraries and requirements for Evoak.
</para>
@@ -80,23 +80,24 @@
<para>
Once the callbacks are in place we need to connect to the Evoak canvas server.
-This is done through the call to evoak_connect(). The parameters to evoak_connect()
+This is done through the call to <function>evoak_connect</function>. The parameters to
+<function>evoak_connect</function>
are: the server to connect to, the client name and the client class. If the
first argument is NULL, as in this example, the default Evoak server is connected too.
-The second argument to ecore_connect() is the clients name, this value should be
+The second argument to <function>ecore_connect</function> is the clients name, this
value should be
something unique as it will be used to distinguish the client from other clients.
The final argument, the class, is the type of client, some of the possible values
being:
-'background', 'panel', 'application' or 'custom'.
+"background", "panel", "application" or
"custom".
</para>
<para>
-If the call to evoak_connect() fails a NULL value will be returned. So, as long as
+If the call to <function>evoak_connect</function> fails a NULL value will be
returned. So, as long as
we receive a Evoak object back, we start the main ecore loop. When ecore finishes
-we call evoak_disconnect() to disconnect from the Evoak server.
+we call <function>evoak_disconnect</function> to disconnect from the Evoak server.
</para>
<para>
-We finish off by calling evoak_shutdown() to clean up after ourselves.
+We finish off by calling <function>evoak_shutdown</function> to clean up after
ourselves.
</para>
<example>
@@ -159,16 +160,16 @@
</para>
<para>
-The first thing we do is call evoak_freeze(), this should keep us from getting
+The first thing we do is call <function>evoak_freeze</function>, this should keep us
from getting
any unwanted callbacks while we are setting up our interface. At the end of the
-function we call the reciprocal evoak_thaw() to undo the previous freeze.
+function we call the reciprocal <function>evoak_thaw</function> to undo the previous
freeze.
</para>
<para>
-We then proceed to create a text object with evoak_object_text_add() and taking
+We then proceed to create a text object with
<function>evoak_object_text_add</function> and taking
that text object, set the font, colour and text contents with the calls to,
-evoak_object_text_font_set(), evoak_object_color_set(), and
evoak_object_text_text_set()
-respectively.
+<function>evoak_object_text_font_set</function>,
<function>evoak_object_color_set</function>,
+and <function>evoak_object_text_text_set</function> respectively.
</para>
<example>
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs