Xfce Wiki

Sub domains
 

Libxfce4util 4.12 roadmap

[FINISHED] API Cleanup

Remove some functions that are not used (or have replacements in glib). This involves the following functions:

  • xfce_strjoin – not used
  • xfce_putenv – split string and use g_setenv
  • xfce_setenv – use g_setenv
  • xfce_unsetenv – use g_unsetenv

The following packages are affected in core: xfce4-session, which has been patched in 540024.

Completed: 100% (merged 19-9-2012)
Assignee: Nick
Difficulty: Easy