mirror of https://github.com/GNOME/gimp.git
gimpi.def not needed, will build gimpi.lib as a static library hereafter.
(Otherwise would have problems with the gimp_unit_* functions both in gimp.exe and the gimp dll.)
This commit is contained in:
parent
a139222b23
commit
8066393040
|
@ -1,100 +0,0 @@
|
|||
EXPORTS
|
||||
g_free_serial_description
|
||||
g_deserialize
|
||||
g_new_serial_description
|
||||
g_new_serial_item
|
||||
g_serialize
|
||||
gimp_chain_button_get_active
|
||||
gimp_chain_button_get_type
|
||||
gimp_chain_button_new
|
||||
gimp_chain_button_set_active
|
||||
gimp_data_directory
|
||||
gimp_directory
|
||||
gimp_file_selection_get_filename
|
||||
gimp_file_selection_get_type
|
||||
gimp_file_selection_new
|
||||
gimp_file_selection_set_filename
|
||||
gimp_gtkrc
|
||||
gimp_personal_rc_file
|
||||
gimp_matrix_duplicate
|
||||
gimp_matrix_transform_point
|
||||
gimp_matrix_mult
|
||||
gimp_matrix_identity
|
||||
gimp_matrix_translate
|
||||
gimp_matrix_scale
|
||||
gimp_matrix_rotate
|
||||
gimp_matrix_xshear
|
||||
gimp_matrix_yshear
|
||||
gimp_matrix_determinant
|
||||
gimp_matrix_invert
|
||||
gimp_path_editor_get_path
|
||||
gimp_path_editor_get_type
|
||||
gimp_path_editor_new
|
||||
gimp_size_entry_add_field
|
||||
gimp_size_entry_attach_label
|
||||
gimp_size_entry_get_refval
|
||||
gimp_size_entry_get_type
|
||||
gimp_size_entry_get_unit
|
||||
gimp_size_entry_get_value
|
||||
gimp_size_entry_grab_focus
|
||||
gimp_size_entry_new
|
||||
gimp_size_entry_set_resolution
|
||||
gimp_size_entry_set_refval
|
||||
gimp_size_entry_set_refval_boundaries
|
||||
gimp_size_entry_set_refval_digits
|
||||
gimp_size_entry_set_size
|
||||
gimp_size_entry_set_unit
|
||||
gimp_size_entry_set_value
|
||||
gimp_size_entry_set_value_boundaries
|
||||
gimp_unit_menu_get_type
|
||||
gimp_unit_menu_get_unit
|
||||
gimp_unit_menu_new
|
||||
gimp_unit_menu_set_unit
|
||||
gp_config_write
|
||||
gp_extension_ack_write
|
||||
gp_init
|
||||
gp_proc_install_write
|
||||
gp_proc_return_write
|
||||
gp_proc_run_write
|
||||
gp_proc_uninstall_write
|
||||
gp_quit_write
|
||||
gp_request_wakeups_write
|
||||
gp_temp_proc_return_write
|
||||
gp_temp_proc_run_write
|
||||
gp_tile_ack_write
|
||||
gp_tile_data_write
|
||||
gp_tile_req_write
|
||||
parasite_compare
|
||||
parasite_copy
|
||||
parasite_data
|
||||
parasite_data_size
|
||||
parasite_free
|
||||
parasite_flags
|
||||
parasite_has_flag
|
||||
parasite_is_persistent
|
||||
parasite_is_type
|
||||
parasite_is_undoable
|
||||
parasite_name
|
||||
parasite_new
|
||||
wire_clear_error
|
||||
wire_destroy
|
||||
wire_error
|
||||
wire_flush
|
||||
wire_read
|
||||
wire_read_double
|
||||
wire_read_int16
|
||||
wire_read_int32
|
||||
wire_read_int8
|
||||
wire_read_msg
|
||||
wire_read_string
|
||||
wire_register
|
||||
wire_set_flusher
|
||||
wire_set_reader
|
||||
wire_set_writer
|
||||
wire_write
|
||||
wire_write_double
|
||||
wire_write_int16
|
||||
wire_write_int32
|
||||
wire_write_int8
|
||||
wire_write_msg
|
||||
wire_write_string
|
Loading…
Reference in New Issue