GNOME Bugzilla – Bug 625318
[gdbus-codegen] Always add in/out parameter prefixes
Last modified: 2018-05-24 12:32:15 UTC
Sometimes method parameters can have same name as those used by GDBus generated code, like an 'object' parameter name, thus it would be better to always prefix in/out parameters with a text which will distinguish between them.
Created attachment 166583 [details] [review] proposed gbt patch for gdbus-binding-tool; This adds prefixes where were not used. It also adds some explicit castings, to get rid of some harmless, but annoying, compiler warnings from the generated code, so it compiles without compiler warnings.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/glib/issues/324.