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_os.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/osinfo/osinfo_os.c b/osinfo/osinfo_os.c index 08faf4f..afd84b0 100644 --- a/osinfo/osinfo_os.c +++ b/osinfo/osinfo_os.c @@ -338,6 +338,8 @@ osinfo_os_get_all_device_links_internal(OsinfoOs *os, * systems. * * Returns: (transfer full): A list of devices + * + * Since: 0.0.5 */ OsinfoDeviceList *osinfo_os_get_all_devices(OsinfoOs *os, OsinfoFilter *filter) { -- 2.21.0 _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo