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_media.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/osinfo/osinfo_media.c b/osinfo/osinfo_media.c index 3bedeb4..9592f04 100644 --- a/osinfo/osinfo_media.c +++ b/osinfo/osinfo_media.c @@ -1557,6 +1557,8 @@ const gchar *osinfo_media_get_initrd_path(OsinfoMedia *media) * Whether @media provides an installer for an OS. * * Returns: #TRUE if media is installer, #FALSE otherwise + * + * Since: 0.0.3 */ gboolean osinfo_media_get_installer(OsinfoMedia *media) { @@ -1571,6 +1573,8 @@ gboolean osinfo_media_get_installer(OsinfoMedia *media) * Whether @media can boot directly an OS without any installations. * * Returns: #TRUE if media is live, #FALSE otherwise + * + * Since: 0.0.3 */ gboolean osinfo_media_get_live(OsinfoMedia *media) { -- 2.21.0 _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo