Xfce Wiki

Sub domains
 
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
Last revision
releng:4.12:roadmap:libxfce4util [2012/09/19 21:42] – [API Cleanup] nick
Line 1: Line 1:
 +====== Libxfce4util 4.12 roadmap ======
  
 +===== 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 [[http://git.xfce.org/xfce/xfce4-session/commit/?id=54002463867cdd01d5639e6a44f3bc74cd50f9ff|540024]].
 +
 +Completed: 100% (merged 19-9-2012)\\
 +Assignee: Nick\\
 +Difficulty: Easy