[Libosinfo] [libosinfo PATCH 01/20] Add "Since: 0.0.3" to the documentation
Fabiano Fidêncio
fidencio at redhat.com
Mon Jul 15 13:01:39 UTC 2019
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 at redhat.com>
---
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
More information about the Libosinfo
mailing list