Ref #761: Severe stall/hang at start-up
[geeqie.git] / src / view_file.h
index d921a3a..6ec34f7 100644 (file)
@@ -77,5 +77,11 @@ void vf_thumb_stop(ViewFile *vf);
 void vf_read_metadata_in_idle(ViewFile *vf);
 void vf_file_filter_set(ViewFile *vf, gboolean enable);
 GRegex *vf_file_filter_get_filter(ViewFile *vf);
+
+void vf_star_update(ViewFile *vf);
+gboolean vf_stars_cb(gpointer data);
+void vf_star_stop(ViewFile *vf);
+void vf_star_cleanup(ViewFile *vf);
+
 #endif /* VIEW_FILE_H */
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */