summaryrefslogtreecommitdiff
path: root/gtk/gtktrashmonitor.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix the license version in GtkTrashMonitorEmmanuele Bassi2015-12-041-3/+3
| | | | | | There is no GNU Lesser General Public License version 2; it's either GNU Library General Public License version 2, or GNU Lesser General Public License version 2.1.
* Changed obsolete FSF portal addresses to web addressAndika Triwidada2014-01-121-2/+1
| | | | Fixed https://bugzilla.gnome.org/show_bug.cgi?id=721530
* Add a GtkTrashMonitor private APIFederico Mena Quintero2013-01-101-0/+48
This is analogous to NautilusTrashMonitor in that it just monitors trash:/// and is able to return the appropriate icon for the trash's current state. Later we may want to move this utility object into GIO or something. Signed-off-by: Federico Mena Quintero <federico@gnome.org>