]> Pileus Git - ~andy/gtk/commit
Add an icon cache validator.
authorMatthias Clasen <mclasen@redhat.com>
Tue, 1 May 2007 20:00:17 +0000 (20:00 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 1 May 2007 20:00:17 +0000 (20:00 +0000)
commit2a80113304da3afab9b9d6930a95427e35a83af6
tree1ec7be2b5a2cda68885043e8dc861b9c5b8c5563
parent6bade15e6051bec14c70af1b9568091db4b35730
Add an icon cache validator.

2007-05-01  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkiconcachvalidator.[hc]: Add an icon cache validator.

        * gtk/updateiconcache.c: Validate the generated cache before
        moving it in place. Also add a --validate option to validate
        an existing icon cache.

        * gtk/gtkiconcache.c: Validate icon caches before using them.

        * gtk/Makefile.am: Integrate it.

svn path=/trunk/; revision=17753
ChangeLog
gtk/Makefile.am
gtk/gtkiconcache.c
gtk/gtkiconcachevalidator.c [new file with mode: 0644]
gtk/gtkiconcachevalidator.h [new file with mode: 0644]
gtk/updateiconcache.c