Add list of pending things in GtkPlacesSidebar

This commit is contained in:
Federico Mena Quintero 2012-12-05 16:51:15 -06:00
parent 6fcf8a78ef
commit 221095d287

View File

@ -40,6 +40,25 @@
* that, Nautilus does the "volume has trash, empty it first?" dance. Cosimo
* suggests that this logic should be part of GtkMountOperation, which can
* have Unix-specific code for emptying trash.
*
* * Sync from the newest code in Nautilus.
*
* * Start removing old shortcuts code in gtkfilechooserdefault.c.
*
* * Add a way to implement gtk_file_chooser_add_shortcut_folder() and friends.
*
* * Grep for the comment containing "machinery" in this file, and copy that machinery
* from Nautilus - it's to get symbolic icons for everything.
*
* * Add getters for all the setters.
*
* * Add GObject properties.
*
* * Add docstrings for signals.
*
* * Write reference docs.
*
* * Send a heads-up to the XFCE/Thunar people.
*/
#include "config.h"