[Libosinfo] [libosinfo PATCH 18/20] Add "Since: 1.4.0" to the documentation
Fabiano Fidêncio
fidencio at redhat.com
Mon Jul 15 13:01:56 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 ++++
osinfo/osinfo_os.h | 1 +
2 files changed, 5 insertions(+)
diff --git a/osinfo/osinfo_media.c b/osinfo/osinfo_media.c
index 9b693f6..ad21b78 100644
--- a/osinfo/osinfo_media.c
+++ b/osinfo/osinfo_media.c
@@ -1800,6 +1800,8 @@ gboolean osinfo_media_supports_installer_script(OsinfoMedia *media)
* @script: an #OsinfoInstallScript instance
*
* Adds an @script to the specified @media
+ *
+ * Since: 1.4.0
*/
void osinfo_media_add_install_script(OsinfoMedia *media, OsinfoInstallScript *script)
{
@@ -1813,6 +1815,8 @@ void osinfo_media_add_install_script(OsinfoMedia *media, OsinfoInstallScript *sc
* @media: an #OsinfoMedia instance
*
* Returns: (transfer full): a list of the install scripts for the specified media
+ *
+ * Since: 1.4.0
*/
OsinfoInstallScriptList *osinfo_media_get_install_script_list(OsinfoMedia *media)
{
diff --git a/osinfo/osinfo_os.h b/osinfo/osinfo_os.h
index 2bec1c8..1521fbb 100644
--- a/osinfo/osinfo_os.h
+++ b/osinfo/osinfo_os.h
@@ -93,6 +93,7 @@ struct _OsinfoOsClass
* development snapshots of GNOME and nightly build ISOs of Fedora etc.
* @OSINFO_RELEASE_STATUS_PRERELEASE: A pre-release. For example, alpha and
* beta pre-releases of Fedora etc.
+ * Since: 1.4.0
* @OSINFO_RELEASE_STATUS_ROLLING: A rolling version of an OS and thus with no
* actual releases. For example, Gentoo, Arch Linux, etc.
*/
--
2.21.0
More information about the Libosinfo
mailing list