| Summary: | package_ids should be const | ||
|---|---|---|---|
| Product: | PackageKit | Reporter: | Robert Staudinger <robert.staudinger> |
| Component: | General | Assignee: | Richard Hughes <richard> |
| Status: | RESOLVED NOTABUG | QA Contact: | |
| Severity: | normal | ||
| Priority: | medium | ||
| Version: | unspecified | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
|
Description
Robert Staudinger
2009-11-12 07:54:31 UTC
const gchar **, const gchar * const * or gchar * const *? Richard. I'd say for conforming with most of the g ecosystem code "const gchar **" would probably be most appropriate (not to say the most correct). const gchar ** seems to make the build explode when you pass a gchar** into a const gchar** function. I guess const GStrv would fix things in this regard -- what do you think about that? Oh i didn't realise that. Maybe it's better to just keep it non-const instead of opening that can of worms. We moved the upstream bugtracker to GitHub a long time ago. If this issue still affects you please re-create the issue here: https://github.com/hughsie/PackageKit/issues Sorry for the impersonal message, and fingers crossed your issue no longer happens. Thanks. |
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.