From ee261203cbf1de122b43d8672c6c52c91b4abcd6 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Thu, 10 Jan 2013 14:36:27 -0600 Subject: Add a GtkTrashMonitor private API 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 --- gtk/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk/Makefile.am') diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 939ffa55f3..110466482c 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -539,6 +539,7 @@ gtk_private_h_sources = \ gtktextutil.h \ gtkthemingbackgroundprivate.h \ gtkthemingengineprivate.h \ + gtktrashmonitor.h \ gtktoolpaletteprivate.h \ gtktreedatalist.h \ gtktreeprivate.h \ @@ -853,6 +854,7 @@ gtk_base_c_sources = \ gtktoolpalette.c \ gtktoolshell.c \ gtktooltip.c \ + gtktrashmonitor.c \ gtktreedatalist.c \ gtktreednd.c \ gtktreemenu.c \ -- cgit v1.2.1