Summary: | add support for 'g' type, as a boxed char * | ||
---|---|---|---|
Product: | dbus | Reporter: | Robert McQueen <robert> |
Component: | GLib | Assignee: | Robert McQueen <robert> |
Status: | RESOLVED FIXED | QA Contact: | John (J5) Palmieri <johnp> |
Severity: | normal | ||
Priority: | medium | CC: | ross, walters |
Version: | unspecified | Keywords: | patch |
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Bug Depends on: | |||
Bug Blocks: | 17798 | ||
Attachments: | add support for 'g' type, as a boxed char * |
Description
Robert McQueen
2008-09-26 09:02:34 UTC
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. :) |
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.