summaryrefslogtreecommitdiff
path: root/thunar/thunar-file.h
diff options
context:
space:
mode:
authorHarald Judt <h.judt@gmx.at>2015-05-21 14:12:48 +0200
committerHarald Judt <h.judt@gmx.at>2015-05-21 16:02:39 +0200
commit9bf051a0005cef3d661493a44e7de911868cf5e7 (patch)
tree32043af93cbf9b5770ed27a8662ca18711058a74 /thunar/thunar-file.h
parente3b65ff628499248dadfe7cbdb027e17b7db03c2 (diff)
downloadthunar-9bf051a0005cef3d661493a44e7de911868cf5e7.tar.gz
Use proper return type for thunar_file_reload (bug #11913)
Because thunar_file_reload is now a callback function, it needs to return TRUE or FALSE, otherwise the behaviour is undefined. This should fix a couple of potential issues.
Diffstat (limited to 'thunar/thunar-file.h')
-rw-r--r--thunar/thunar-file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thunar/thunar-file.h b/thunar/thunar-file.h
index 9a3de178..cfc3d050 100644
--- a/thunar/thunar-file.h
+++ b/thunar/thunar-file.h
@@ -239,7 +239,7 @@ const gchar *thunar_file_get_icon_name (ThunarFile
void thunar_file_watch (ThunarFile *file);
void thunar_file_unwatch (ThunarFile *file);
-void thunar_file_reload (ThunarFile *file);
+gboolean thunar_file_reload (ThunarFile *file);
void thunar_file_reload_idle (ThunarFile *file);
void thunar_file_reload_parent (ThunarFile *file);