comparison src/trash.h @ 1446:a6f9ba6fd751

gint -> gboolean.
author zas_
date Sun, 15 Mar 2009 18:06:41 +0000
parents 8b89e3ff286b
children 956aab097ea7
comparison
equal deleted inserted replaced
1445:cb0040be832e 1446:a6f9ba6fd751
12 #define TRASH_H 12 #define TRASH_H
13 13
14 #include "ui_utildlg.h" 14 #include "ui_utildlg.h"
15 15
16 void file_util_trash_clear(void); 16 void file_util_trash_clear(void);
17 gint file_util_safe_unlink(const gchar *path); 17 gboolean file_util_safe_unlink(const gchar *path);
18 gchar *file_util_safe_delete_status(void); 18 gchar *file_util_safe_delete_status(void);
19 19
20 #endif /* TRASH_H */ 20 #endif /* TRASH_H */
21 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */ 21 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */