<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -81,10 +81,11 @@ just like you do with Python Twisted.  However, Tasks are implemented as a
 class similar to that of Apple's NSOperation.  So if it is easier for you
 to maintain your tasks as self contained classes, go right ahead.
 
-The IrisService goal of IrisService is to help in building application
-services that need to perform concurrent operations.  The of serving HTTP
-as a concurrent service in your app.  Or data storage, or whatever really.
-IrisService is also a GObject like IrisTask and provides some simple
+The goal of IrisService is to help in building application
+services that need to perform concurrent operations.  Like the serving of
+HTTP, or data storage, or whatever really.
+
+IrisService is also a GObject, like IrisTask, and provides some simple
 methods you can override.  More detail on these will be provided in their
 respective documentation.
 
@@ -96,11 +97,15 @@ Lets create a basic example that sets up a port for delivering messages
 and a simple callback executed when messages are received.
 
 #define MSG_ID (1)
+static gboolean done = FALSE;
 
 static void
 callback (IrisMessage *message, gpointer data)
 {
+ 	// all of this is superfulous
 	g_debug (&quot;Hello, World!&quot;);
+	gboolean *a = user_data;
+	*a = TRUE;
 }
 
 static void</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>76729728f2c6cf9728562f5173c5848183caa980</id>
    </parent>
  </parents>
  <author>
    <name>Christian Hergert</name>
    <email>chris@dronelabs.com</email>
  </author>
  <url>http://github.com/chergert/iris/commit/1328b31c4b569d9d1ed864bb5faeed1164d1a9be</url>
  <id>1328b31c4b569d9d1ed864bb5faeed1164d1a9be</id>
  <committed-date>2009-06-15T03:55:05-07:00</committed-date>
  <authored-date>2009-06-15T03:55:05-07:00</authored-date>
  <message>Fix some bong-hits.</message>
  <tree>5018f4bff709defe30a29a2fd7c9b07ed71b9211</tree>
  <committer>
    <name>Christian Hergert</name>
    <email>chris@dronelabs.com</email>
  </committer>
</commit>
