On 12/20/05, Paul LeoNerd Evans <[EMAIL PROTECTED]> wrote:
> * g_string_clone() is a convenient wrapper to take a copy of an
>   existing GString;
>
>     g_string_clone(s)  ==   g_string_new(s->str)
>
>   Except it returns NULL if s == NULL.

At least in my sources, and where they draw inspiration from there is
a larger precedence for the suffix _dup, rather than _clone.

/Øyvind K.

--
«The future is already here. It's just not very evenly distributed»
                                                 -- William Gibson
http://pippin.gimp.org/                            http://ffii.org/
_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to