--- a/Symbian3/PDK/Source/GUID-5329C067-60B8-4E0E-A2B3-9423B75E189D.dita Tue Mar 30 11:42:04 2010 +0100
+++ b/Symbian3/PDK/Source/GUID-5329C067-60B8-4E0E-A2B3-9423B75E189D.dita Tue Mar 30 11:56:28 2010 +0100
@@ -10,9 +10,9 @@
<!DOCTYPE concept
PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
<concept id="GUID-5329C067-60B8-4E0E-A2B3-9423B75E189D" xml:lang="en"><title>Getting
-GLib events in Symbian UI applications</title><shortdesc>Symbian UI applications run an event loop that is based on <apiname>CActiveScheduler</apiname>.
+GLib events in Symbian UI applications</title><shortdesc>Symbian UI applications run an event loop that is based on <codeph>CActiveScheduler</codeph>.
The active scheduler is started by the UI framework immediately after the
-UI has been created (that is after <codeph>ConstructL()</codeph> of <apiname>CEikAppUi</apiname>-derived
+UI has been created (that is after <codeph>ConstructL()</codeph> of <codeph>CEikAppUi</codeph>-derived
class).</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
<p>To receive events from GLib event sources, an active object can be added
to the active scheduler especially for this purpose. The active object runs