Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
This is of great help as consumers of the GLib API. This way we can define things like
g_autoptr (PopplerSignatureInfo) info = NULL;
And it will get auto-freed at the end of the current scope
@nbenitez @mkasik @chpe as people usually pinged for glib things. I want to use g_auto macros in Papers 😄