[virt-tools-list] [libosinfo v2 1/3] Add missing documentation

Christophe Fergeau cfergeau at redhat.com
Mon Dec 17 10:26:34 UTC 2012


On Mon, Dec 17, 2012 at 08:10:16AM -0200, Fabiano Fidêncio wrote:
> On Mon, Dec 17, 2012 at 7:47 AM, Christophe Fergeau <cfergeau at redhat.com> wrote:
> > On Mon, Dec 17, 2012 at 07:24:34AM -0200, Fabiano Fidêncio wrote:
> >> Annotations for:
> >> - osinfo_install_script_generate_finish()
> >> - osinfo_install_script_generate_output_finish()
> >
> > and osinfo_media_get_os and osinfo_media_set_languages (thanks for adding
> > these, I had totally overlooked that). Did you get warnings about the
> > missing _set_languages annotation? the symbol is not exported.
> 
> Yes, I did.
> I'm passing --warn-all to g-ir-scanner.I'm also getting these 2
> warnings that I have no clue how to fix: http://pastebin.com/KPVBCzCe

I think these are just small typos:

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
  *

Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/virt-tools-list/attachments/20121217/420fda90/attachment.sig>


More information about the virt-tools-list mailing list