Re: bonobo-ui-node re-write ...



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]