GNOME Bugzilla – Bug 781830
Fix some typos and errors in GVariant documentation
Last modified: 2017-04-27 14:44:44 UTC
Created attachment 350546 [details] [review] Fixes some typos and errors in GVariant documentation Found some typos and errors when reading the GVariant docs, the attached patch fixes some of them.
Review of attachment 350546 [details] [review]: Commit message says: > Reformatted the docs for G_VARIANT_UINT64 I think you mean `G_VARIANT_TYPE_UINT64`. A nice set of fixes. One nitpick (apart from the commit message). ::: glib/gvariant.c @@ -1191,3 @@ * - * @n_elements, which must be non-%NULL is set equal to the number of - * items in the array. I’d keep this paragraph and change the “which must be non-%NULL is set equal to” bit to something like “must be”. I’d keep the paragraph as it provides a contrast to the paragraph about @element_size.
Created attachment 350555 [details] [review] Fixes some typos and errors in GVariant documentation, v2 Updated.
Review of attachment 350555 [details] [review]: ++
Thanks!