comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/program/Program.d @ 54:70388b0e6dad

[swt lin] compiles
author Frank Benoit <benoit@tionex.de>
date Fri, 27 Mar 2009 23:31:11 +0100
parents c01d033c633a
children ea8b884d85f6
comparison
equal deleted inserted replaced
53:7e78af7adab5 54:70388b0e6dad
171 GnomeVFSResult function(char*) gnome_vfs_url_show; 171 GnomeVFSResult function(char*) gnome_vfs_url_show;
172 char* function(char*) gnome_vfs_make_uri_from_input; 172 char* function(char*) gnome_vfs_make_uri_from_input;
173 GList* function() gnome_vfs_get_registered_mime_types; 173 GList* function() gnome_vfs_get_registered_mime_types;
174 char* function(char*) gnome_vfs_mime_type_from_name; 174 char* function(char*) gnome_vfs_mime_type_from_name;
175 } 175 }
176 Symbol symbols[] = [ 176 static Symbol symbols[] = [
177 { "gnome_vfs_mime_get_default_application", cast(void**)&gnome_vfs_mime_get_default_application }, 177 { "gnome_vfs_mime_get_default_application", cast(void**)&gnome_vfs_mime_get_default_application },
178 { "gnome_vfs_make_uri_from_input_with_dirs", cast(void**)&gnome_vfs_make_uri_from_input_with_dirs }, 178 { "gnome_vfs_make_uri_from_input_with_dirs", cast(void**)&gnome_vfs_make_uri_from_input_with_dirs },
179 { "gnome_vfs_mime_application_launch", cast(void**)&gnome_vfs_mime_application_launch }, 179 { "gnome_vfs_mime_application_launch", cast(void**)&gnome_vfs_mime_application_launch },
180 { "gnome_vfs_mime_application_free", cast(void**)&gnome_vfs_mime_application_free }, 180 { "gnome_vfs_mime_application_free", cast(void**)&gnome_vfs_mime_application_free },
181 { "gnome_vfs_url_show", cast(void**)&gnome_vfs_url_show }, 181 { "gnome_vfs_url_show", cast(void**)&gnome_vfs_url_show },