gobject signal introspection ...

Michael Meeks michael at ximian.com
Wed Apr 14 00:25:34 EST 2004


On Mon, 2004-04-12 at 20:28 -0400, Havoc Pennington wrote:
> On Mon, 2004-03-29 at 14:28, Michael Meeks wrote:
> > 	Comments ?
>
> This one looks good (well, apart from the mangling of my perfectly good
> while loops, but I'm willing to accept for loops since I took forever to
> look at the patch ;-))

	Committed :-) surely you can't be serious about preferring:

	Havoc:				Michael:

	i = 0;				for (i = 0; i < n_specs; i++)
	while ( i < n_specs )		{
	{				  ...
	  ...				  if (check_is_invalid)
	  if (check_is_invalid)		    continue;
	    goto next;			  ...
	  ...				}
	  next:
	    i++;
	}

	Of course, I can try to adapt to your style, but ... ;-)

	Regards,

		Michael.

-- 
 michael at ximian.com  <><, Pseudo Engineer, itinerant idiot





More information about the dbus mailing list