GNOME Bugzilla – Bug 777592
Add minor examples to GDBus and GVariant documentation
Last modified: 2017-01-24 09:50:38 UTC
Patches attached.
Created attachment 343963 [details] [review] gdbus: Add example to docs for g_dbus_method_invocation_return_value() Try to clarify that the variant passed to return_value() must be a tuple.
Created attachment 343964 [details] [review] gvariant: Add example to docs for g_variant_builder_open() Try to clarify that the type is the type of the container, not of the items with in it; and give an example of how to use it for nested types.
Review of attachment 343963 [details] [review]: Looks good
Review of attachment 343964 [details] [review]: Sure
Attachment 343963 [details] pushed as a6e2213 - gdbus: Add example to docs for g_dbus_method_invocation_return_value() Attachment 343964 [details] pushed as b001f59 - gvariant: Add example to docs for g_variant_builder_open()