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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/osinfo/osinfo_media.c b/osinfo/osinfo_media.c index 42a8f37..b8b53a7 100644 --- a/osinfo/osinfo_media.c +++ b/osinfo/osinfo_media.c @@ -1747,6 +1747,8 @@ gint64 osinfo_media_get_volume_size(OsinfoMedia *media) * Whether @media should ejected after the installation procces. * * Returns: #TRUE if media should be ejected, #FALSE otherwise + * + * Since: 0.2.13 */ gboolean osinfo_media_get_eject_after_install(OsinfoMedia *media) { -- 2.21.0 _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo