GNOME Bugzilla – Bug 747107
GVariant varargs documentation: g_variant_get() example
Last modified: 2016-04-12 03:31:32 UTC
Created attachment 300662 [details] [review] Proposed fix The documentation shows a wrong example where the void return value of g_variant_get() is assigned to a local variable. Attached is a patch that fixes this.