Could you add this to glib, please?
- From: Anthony Graphics <agl sheba sequoiap com>
- To: gtk-list gnome org
- Subject: Could you add this to glib, please?
- Date: Tue, 4 Dec 2001 12:39:32 -800 (PST)
void
g_string_vprintf (GString *string,
const gchar *fmt,
va_list args)
{
gchar *buffer;
buffer = g_strdup_vprintf (fmt, args);
g_string_assign (string, buffer);
g_free (buffer);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]