From 998da54456f675fb7fad7d7ecd52fab4a12d16d8 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 26 Sep 2012 23:33:11 +0000 Subject: Add a cf_cb_file_opened callback and use it instead of calling fileset_file_opened directly from file.c. This makes the code a bit more consistenent and makes it easier to port the File Set dialog to Qt. svn path=/trunk/; revision=45162 --- file.h | 1 + 1 file changed, 1 insertion(+) (limited to 'file.h') diff --git a/file.h b/file.h index 4e8c3ef7e4..912f71dfbc 100644 --- a/file.h +++ b/file.h @@ -66,6 +66,7 @@ typedef enum { } cf_print_status_t; typedef enum { + cf_cb_file_opened, cf_cb_file_closing, cf_cb_file_closed, cf_cb_file_read_started, -- cgit v1.2.3