I will not paste the code, because it is too much. You can see it in the gita. Tyts

I set the first if in the g_format_size_full () function "flags | = G_FORMAT_SIZE_IEC_UNITS;", but I didn't get the proper effect. Honestly, I don’t know almost C, so I need help. Where to read about the flags, why in the comments about the flags written with the "@" sign and what exactly did I do wrong?

  • g_format_size_full() produces data in the format specified by the user, so it’s not clear what you are trying to do ... the dog in the comments is gtk-doc 'ovsk link for generating documentation from the source code. You can read about the meaning of flags in the documentation / comments to the type GFormatSizeFlags - Fat-Zer, am

0