Search
lxdream.org :: lxdream/src/gdlist.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gdlist.h
changeset 1109:700c5ab26a63
prev736:a02d1475ccfd
author nkeynes
date Thu Jun 10 22:13:16 2010 +1000 (13 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/gdlist.h Mon Jul 14 07:44:42 2008 +0000
1.2 +++ b/src/gdlist.h Thu Jun 10 22:13:16 2010 +1000
1.3 @@ -20,6 +20,7 @@
1.4 #ifndef lxdream_gdlist_H
1.5 #define lxdream_gdlist_H 1
1.6
1.7 +#include <stdio.h>
1.8 #include "hook.h"
1.9
1.10 #ifdef __cplusplus
1.11 @@ -64,9 +65,10 @@
1.12 /**
1.13 * Change the current gdrom selection to the selected index. This will mount the
1.14 * appropriate drive/image where necessary.
1.15 + * @param err Updated if there was an error loading the selected gdrom
1.16 * @return TRUE if the selection was updated, FALSE if the position was invalid.
1.17 */
1.18 -gboolean gdrom_list_set_selection(int posn);
1.19 +gboolean gdrom_list_set_selection(int posn, ERROR *err);
1.20
1.21 #ifdef __cplusplus
1.22 }
.