filename | src/gtkui/gtkui.h |
changeset | 1109:700c5ab26a63 |
prev | 1072:d82e04e6d497 |
next | 1124:aacaae9812ea |
author | nkeynes |
date | Thu Jun 10 22:13:16 2010 +1000 (12 years ago) |
permissions | -rw-r--r-- |
last change | Integrate executable wrapping into the user interface - command-line now loads wrapped by default, -e <bin> to run binary - add support for .bin executables - Add useful (internal) error codes |
file | annotate | diff | log | raw |
1.1 --- a/src/gtkui/gtkui.h Tue Jul 21 20:33:21 2009 +10001.2 +++ b/src/gtkui/gtkui.h Thu Jun 10 22:13:16 2010 +10001.3 @@ -98,6 +98,7 @@1.4 int initial_dir_key );1.5 void save_file_dialog_cb( const char *title, file_callback_t action, const char *pattern, const char *patname,1.6 int initial_dir_key );1.7 +gboolean gtk_gui_gdrom_mount_image( const char *filename );1.8 /**1.9 * Extract the keyval of the key event if no modifier keys were pressed -1.10 * in other words get the keyval of the key by itself. The other way around
.