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 afd84b0..82af6b7 100644 --- a/osinfo/osinfo_os.c +++ b/osinfo/osinfo_os.c @@ -408,6 +408,8 @@ OsinfoDeviceList *osinfo_os_get_all_devices(OsinfoOs *os, OsinfoFilter *filter) * @os supports, for which the value of @property is @value. * * Returns: (transfer full): The found devices + * + * Since: 0.0.6 */ OsinfoDeviceList *osinfo_os_get_devices_by_property(OsinfoOs *os, const gchar *property, -- 2.21.0 _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo