Re: bonobo-ui-node re-write ...
- From: Darin Adler <darin bentspoon com>
- To: Michael Meeks <michael ximian com>
- Cc: gnome-components-list gnome org
- Subject: Re: bonobo-ui-node re-write ...
- Date: Wed, 22 Aug 2001 10:22:30 -0700
On Wednesday, August 22, 2001, at 10:09 AM, Darin Adler wrote:
+static void
+uiCharacters (ParseState *ps, const xmlChar *chars, int len)
+{
+ int i;
+
+ for (i = 0; i < len; i++)
+ g_string_append_c (ps->content, chars [i]);
+}
Using
I meant to say:
When you port this to GNOME 2, you can use g_string_append_len here.
-- Darin
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]