Adds DBUS_G_TYPE_SIGNATURE, which is a boxed type just like DBUS_G_TYPE_OBJECT_PATH.
Created attachment 19244 [details] [review] add support for 'g' type, as a boxed char *
Instead of: + g_value_set_boxed_take_ownership (value, g_strdup (sig)); You can just write: g_value_set_boxed (value, sig); which seems like less of a dance. Otherwise looks good, please apply.
Fixed _take_ownership/g_strdup in this and the boxed object path where I copy/pasted the code from. Merged. :)
*** Bug 6069 has been marked as a duplicate of this bug. ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.