Skip to content
Snippets Groups Projects
TODO 452 B
Newer Older
Todo list for libxfce4util:
---------------------------

	- Make xfce_textdomain() a C function and check for gettext framework
	  in libxfce4util's configure
	
	- Conform to the "XDG Base Directory Specification"
	  http://www.freedesktop.org/standards/basedir/draft/basedir-spec/basedir-spec.html
Benedikt Meurer's avatar
Benedikt Meurer committed

	- Add a xfce_timer_fire_once(time, func) that fires a timeout after
	  a specified amount of time and automatically removes the timeout
	  afterwards.