Summary: | trim list of exported symbols | ||
---|---|---|---|
Product: | libxklavier | Reporter: | Michael Biebl <mbiebl> |
Component: | General | Assignee: | Sergey V. Udaltsov <svu> |
Status: | RESOLVED FIXED | QA Contact: | Sergey V. Udaltsov <svu> |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
list of exported symbols
list of private symbols |
Description
Michael Biebl
2012-02-21 12:41:38 UTC
Created attachment 57419 [details]
list of private symbols
Thanks! It is committed now. Actually there are 3 more methods that have to exported, I've added them as well. But in general it is a good idea, should speed things up a bit... (In reply to comment #2) > Thanks! It is committed now. Actually there are 3 more methods that have to > exported, I've added them as well. But in general it is a good idea, should > speed things up a bit... Thanks for the speedy response. I don't see the commits in the public git repo [1] though. Have you not yet pushed those changes? [1] http://cgit.freedesktop.org/libxklavier/ It was not pushed at that point. Not it is there. Please check? (In reply to comment #4) > It was not pushed at that point. Not it is there. Please check? Looking much better now. The only remaining discrepancy I found are the three symbols: xkl_config_rec_dump xkl_xkb_config_native_cleanup xkl_xkb_config_native_prepare Those symbols are exported but not part of the public API. xkl_config_rec_dump seems to be used by tests/test_config.c. But at least xkl_xkb_* look like they could be removed safely from libxklavier.public. > But at least xkl_xkb_* look like they could be removed safely from
> libxklavier.public.
Unfortunately they cannot. They are used in libgnomekbd through "extern" definition, as non-documented functions. It is a shame, I know - but I could not come up with decent abstraction around that area...
(In reply to comment #6) > > But at least xkl_xkb_* look like they could be removed safely from > > libxklavier.public. > Unfortunately they cannot. They are used in libgnomekbd through "extern" > definition, as non-documented functions. It is a shame, I know - but I could > not come up with decent abstraction around that area... Ok. Thanks a lot for the explanation and the really speedy solution! |
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.