summaryrefslogtreecommitdiff
path: root/osinfo/osinfo_db.c
diff options
context:
space:
mode:
authorFabiano FidĂȘncio <fidencio@redhat.com>2019-07-11 14:18:53 +0200
committerFabiano FidĂȘncio <fidencio@redhat.com>2019-07-16 15:12:07 +0200
commit84d96466e56f1b6f532a5c69cea25a5ed190c9a3 (patch)
tree27a246589daa3c03e44b891e0c1e47bb6cb73501 /osinfo/osinfo_db.c
parent4e8d24f3978da15e2cc1e653843723b5af995163 (diff)
downloadlibosinfo-84d96466e56f1b6f532a5c69cea25a5ed190c9a3.tar.gz
Add "Since: 1.6.0" to the documentation
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. Together with this change, documentation has been added to the functions missing them. Signed-off-by: Fabiano FidĂȘncio <fidencio@redhat.com> Reviewed-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to 'osinfo/osinfo_db.c')
-rw-r--r--osinfo/osinfo_db.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/osinfo/osinfo_db.c b/osinfo/osinfo_db.c
index a2fc8bc..b5cdb71 100644
--- a/osinfo/osinfo_db.c
+++ b/osinfo/osinfo_db.c
@@ -980,6 +980,8 @@ static void fill_tree(OsinfoDb *db, OsinfoTree *tree,
* properties will be set.
*
* Returns: TRUE if @tree was found in @db, FALSE otherwise
+ *
+ * Since: 1.6.0
*/
gboolean osinfo_db_identify_tree(OsinfoDb *db,
OsinfoTree *tree)