comparison src/trash.c @ 1446:a6f9ba6fd751

gint -> gboolean.
author zas_
date Sun, 15 Mar 2009 18:06:41 +0000
parents a3d3208b0c50
children 956aab097ea7
comparison
equal deleted inserted replaced
1445:cb0040be832e 1446:a6f9ba6fd751
120 GenericDialog **gd = data; 120 GenericDialog **gd = data;
121 121
122 *gd = NULL; 122 *gd = NULL;
123 } 123 }
124 124
125 gint file_util_safe_unlink(const gchar *path) 125 gboolean file_util_safe_unlink(const gchar *path)
126 { 126 {
127 static GenericDialog *gd = NULL; 127 static GenericDialog *gd = NULL;
128 gchar *result = NULL; 128 gchar *result = NULL;
129 gboolean success = TRUE; 129 gboolean success = TRUE;
130 130