Search
lxdream.org :: lxdream/src/gtkui/gtkui.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gtkui/gtkui.h
changeset 887:8b3ee741c9d7
prev837:4eae2ddccf9c
next1015:ad448bedc48a
author nkeynes
date Mon Oct 20 06:11:10 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Fix const-correctness
file annotate diff log raw
1.1 --- a/src/gtkui/gtkui.h Thu Aug 28 01:39:51 2008 +0000
1.2 +++ b/src/gtkui/gtkui.h Mon Oct 20 06:11:10 2008 +0000
1.3 @@ -86,8 +86,8 @@
1.4
1.5
1.6 typedef gboolean (*file_callback_t)( const gchar *filename );
1.7 -void open_file_dialog( char *title, file_callback_t action, char *pattern, char *patname,
1.8 - gchar const *initial_dir );
1.9 +void open_file_dialog( const char *title, file_callback_t action, const char *pattern, const char *patname,
1.10 + const gchar *initial_dir );
1.11 /**
1.12 * Extract the keyval of the key event if no modifier keys were pressed -
1.13 * in other words get the keyval of the key by itself. The other way around
.