cc2551dc06
We don't have a lot of outstanding changes to the C code, so now seems like a good time to do this. I implemented this with some highly sophisticated sed commands like: ``` find -name '*.c' | while read name; do sed -i -e 's,gs_unref_object \([A-Za-z]*\) \*,g_autoptr(\1),' ${name}; done ``` Part of dropping the dependency on libgsystem, same as what we're doing in ostree. Closes: #393 Approved by: jlebon |
||
---|---|---|
.. | ||
jsonutil.c | ||
test-basic.sh | ||
test-compose.sh | ||
test-ucontainer.sh |