Re: G_UTF8String: Boxed Type Proposal



On Fri, Mar 18, 2016 at 2:57 PM Randall Sawyer <srandallsawyer hushmail me> wrote:
how about the following modifications?
Change "gstring.h":
...
struct _GString
{
   gchar  *str;
   gsize len;
   gsize allocated_len;
   gsize utf8_len;
};
...

 Changing the size of a public struct is an ABI break, so this is not an option for glib-2.x.


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