[Libosinfo] [libosinfo PATCH 16/20] Add "Since: 0.2.13" to the documentation

Fabiano Fidêncio fidencio at redhat.com
Mon Jul 15 13:01:54 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 | 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




More information about the Libosinfo mailing list