Revision 0f3306a56ebffc3140f662a0b87ab06b4e0363af authored by Emmanuele Bassi on 15 November 2016, 13:34:44 UTC, committed by Emmanuele Bassi on 15 November 2016, 13:34:44 UTC
Instead of copying strings around, we can box them using the g_ref_* API
and add reference counting to the char array.

Reference counted strings can be used with any string utility function.
1 parent 43ed42e
Raw File
.dir-locals.el
((c-mode . ((indent-tabs-mode . nil)))))
back to top