Re: Why no g_string_append_vprintf() ?



On Tue, 2005-12-20 at 11:10, Paul LeoNerd Evans wrote:
> GLib defines a function to append data in a GString using a printf-like
> call,
> 
>   void g_string_append_printf(GString *str, const gchar *fmt, ...);
> 
> Is there any reason why a va_list-version isn't provided as well for
> this? Without that, it is impossible to further wrap va-list or
> ...-style functions which would call this one.
> 
> If there is no overriding reason why not, I'd like to start my patches
> with one that exports this.

http://bugzilla.gnome.org/show_bug.cgi?id=164446

A patch was already submitted in January. Still UNCONFIRMED.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]