Re: Extra GString functions

2006-07-23 Thread Steve Frécinaux
Paul LeoNerd Evans wrote: > A while ago I submitted some patches to add some extra GString functions: > > +GString* g_string_clone (const GString *orig); >From a consistency pov, shouldn't it be g_string_copy ? _

Re: Extra GString functions

2006-07-23 Thread Paul LeoNerd Evans
On Sun, 23 Jul 2006 20:03:59 +0100 Paul LeoNerd Evans <[EMAIL PROTECTED]> wrote: > A while ago I submitted some patches to add some extra GString > functions: Oops. Find attached a patch against latest CVS source -- Paul "LeoNerd" Evans [EMAIL PROTECTED] ICQ# 41353

Extra GString functions

2006-07-23 Thread Paul LeoNerd Evans
A while ago I submitted some patches to add some extra GString functions: +GString* g_string_clone (const GString *orig); +GString* g_string_new_printf(const gchar *format, + ...) G_GNUC_PRINTF (1, 2); +GString