Search
lxdream.org :: lxdream/src/plugin.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/plugin.h
changeset 1027:4e527bc96109
prev1024:c67f2d61ab97
next1169:23a9613aceb1
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/plugin.h Sat Jun 13 00:50:48 2009 +0000
1.2 +++ b/src/plugin.h Thu Jun 10 22:13:16 2010 +1000
1.3 @@ -64,7 +64,7 @@
1.4
1.5 #endif /* ENABLE_SHARED */
1.6
1.7 -gboolean plugin_init(const gchar *path);
1.8 +gboolean plugin_init();
1.9
1.10 #ifdef __cplusplus
1.11 }
.