summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2012-12-17 12:15:42 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2012-12-17 12:17:03 +0100
commit137060a2411de29193069abc710637498f0e5db8 (patch)
treeb767695e2fe4f09589c3fdee209c4ed7c2ac276b
parent699abae07732ae2e0a3d13303f9145b5ef7627a9 (diff)
db: Fix gtk-doc name of 2 function for proper introspection
This was causing warnings during generation of introspection information.
-rw-r--r--osinfo/osinfo_db.c2
-rw-r--r--osinfo/osinfo_list.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/osinfo/osinfo_db.c b/osinfo/osinfo_db.c
index 024f181..2015106 100644
--- a/osinfo/osinfo_db.c
+++ b/osinfo/osinfo_db.c
@@ -397,7 +397,7 @@ OsinfoDeploymentList *osinfo_db_get_deployment_list(OsinfoDb *db)
/**
- * osinfo_db_get_install_datamap_list:
+ * osinfo_db_get_datamap_list:
* @db: the database
*
* Returns: (transfer full): the list of install datamaps
diff --git a/osinfo/osinfo_list.c b/osinfo/osinfo_list.c
index 657dace..25716c9 100644
--- a/osinfo/osinfo_list.c
+++ b/osinfo/osinfo_list.c
@@ -465,7 +465,7 @@ OsinfoList *osinfo_list_new_intersection(OsinfoList *sourceOne,
}
/**
- * osinfo_new_union:
+ * osinfo_list_new_union:
* @sourceOne: the first list to copy
* @sourceTwo: the second list to copy
*