GNOME Bugzilla – Bug 760716
Fix documentation regarding <glib/gprintf.h>
Last modified: 2017-10-05 14:03:32 UTC
The 'String Utility Functions' documentation section is outdated regarding functions defined in <glib/gprintf.h>: g_snprintf() and g_vsnprintf() are not declared in gprintf.h anymore but g_vasprintf() is...
Created attachment 319180 [details] [review] Fix outdated documentation
Created attachment 319181 [details] [review] Add a reminder in each function's documentation abstract Adding an reminder in function's documentation abstract probably is a good idea as these abstracts are lost in the middle of the 'String Utility Functions' documentation section.
Review of attachment 319180 [details] [review]: That looks good, thanks.
Review of attachment 319181 [details] [review]: ::: glib/gprintf.c @@ +40,3 @@ * + * Remember to explicitly include `<glib/gprintf.h>` in order to use this + * funcion. s/funcion/function/ (typo) (and the same in the other additions).
I pushed the patches with some minor changes to the second one to fix the typo and make the additions a little shorter. Thanks for the patches.