Skip to content
Snippets Groups Projects
  1. Oct 20, 2009
  2. Oct 17, 2009
  3. Oct 16, 2009
  4. Oct 15, 2009
  5. Oct 14, 2009
  6. Oct 11, 2009
  7. Oct 08, 2009
  8. Oct 06, 2009
  9. Oct 04, 2009
  10. Oct 03, 2009
  11. Oct 02, 2009
  12. Sep 30, 2009
  13. Sep 29, 2009
  14. Sep 27, 2009
  15. Sep 26, 2009
    • Piarres Beobide's avatar
      l10n: Updates to Basque (eu) translation · cdcfcc95
      Piarres Beobide authored
      Transmitted-via: Transifex (translations.xfce.org)
      cdcfcc95
    • Jannis Pohlmann's avatar
    • Jannis Pohlmann's avatar
      Use -export-symbols-regex instead of XDT_FEATURE_VISIBILITY. · 4553fba6
      Jannis Pohlmann authored
      XDT_FEATURE_VISIBILITY() breaks plugins as it strips thunar_extension*
      functions from the final shared library files. An alternative way to
      XDT_FEATURE_VISIBILITY() and the old visibility configure code used in
      Thunar is to define -export-symbols-regex (e.g. by setting it to
      "^thunar_extension.*") in Makefile.am of each plugin.
      
      This also removes the alias stuff in Thunarx, as we no longer need to
      define which symbols to export or not via the alias header. All symbols
      starting with _ are now automatically marked as private and are not
      exported. Additionally, G_GNUC_INTERNAL can be used to hide symbols.
      
      thunarx.symbols is preserved for ABI checks and still has to be updated
      when new symbols are added.
      
      Hope all this is ok. Double-checkers to the rescue!
      4553fba6
Loading