comparison src/collect-io.h @ 799:278962ba162a

use the new notification for collections
author nadvornik
date Sat, 07 Jun 2008 10:45:33 +0000
parents 48c8e49b571c
children 1646720364cf
comparison
equal deleted inserted replaced
798:5055b5b0d75d 799:278962ba162a
46 void collect_manager_remove(FileData *fd, const gchar *collection); 46 void collect_manager_remove(FileData *fd, const gchar *collection);
47 47
48 /* commit pending operations to disk */ 48 /* commit pending operations to disk */
49 void collect_manager_flush(void); 49 void collect_manager_flush(void);
50 50
51 void collect_manager_notify_cb(FileData *fd, NotifyType type, gpointer data);
51 52
52 53
53 #endif 54 #endif