Let's add the "Since: ..." information as part of the function's documentation. It helps developers reading our docs to easily figure out when a function has been introduced. Signed-off-by: Fabiano Fidêncio <fidencio@xxxxxxxxxx> --- osinfo/osinfo_install_script.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/osinfo/osinfo_install_script.c b/osinfo/osinfo_install_script.c index 9ae6712..8166a70 100644 --- a/osinfo/osinfo_install_script.c +++ b/osinfo/osinfo_install_script.c @@ -1937,6 +1937,8 @@ unsigned int osinfo_install_script_get_injection_methods(OsinfoInstallScript *sc * * Returns: TRUE if script needs an internet connection, FALSE otherwise * internet connection. + * + * Since: 0.2.11 */ gboolean osinfo_install_script_get_needs_internet(OsinfoInstallScript *script) { -- 2.21.0 _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo